#6BC1ED

Color #6BC1ED Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6BC1ED

Tints of Malibu #6BC1ED

Color information

#6BC1ED (or 0x6BC1ED) is unknown color: approx Malibu. HEX triplet: 6B, C1 and ED. RGB value is (107,193,237). Sum of RGB (Red+Green+Blue) = 107+193+237=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BC1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC1ED is #943E12. Grayscale: #ACACAC. Windows color (decimal): -9715219 or 15581547. OLE color: 15581547.

HSL color Cylindrical-coordinate representation of color #6BC1ED: hue angle of 200.31º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BC1ED is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB107193237-
CMYK0.550.1900.07
HSL200.31º78.31%67.45%-
HSV(B)200.31º54.85%92.94%-
XYZ40.4247.3887.14-
YUV172.3164.5181.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 19.93%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=19.93%
G=35.94%
B=44.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1071932370.550.1900.07200.3178.3167.45
Hex6BC1ED371307c84e43
Octal153301355672307310116103
Binary110101111000001111011011101111001101111100100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BC1ED; }

 p { color: rgb(107,193,237); }

 H1.HeaderClassName
 {
   color: #6BC1ED;
 }
 .AnyTagClassName
 {
   color: #6BC1ED;
 }
</style>
background-color css

<style>
 a { background-color: #6BC1ED; }

 a { background-color: rgb(107,193,237); }

 div.DivClassName
 {
   background-color: #6BC1ED;
 }
 .BgClassName
 {
   background-color: #6BC1ED;
 }
</style>
border-color css

<style>
 span { border-color: #6BC1ED; }

 span { border-color: rgb(107,193,237); }

 td.TdClassName
 {
   border-color: #6BC1ED;
 }
 .TagClassName
 {
   border-color: #6BC1ED;
 }
</style>