#6CBFED

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

Shades of Malibu #6CBFED

Tints of Malibu #6CBFED

Color information

#6CBFED (or 0x6CBFED) is unknown color: approx Malibu. HEX triplet: 6C, BF and ED. RGB value is (108,191,237). Sum of RGB (Red+Green+Blue) = 108+191+237=536 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.15% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CBFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBFED is #934012. Grayscale: #ABABAB. Windows color (decimal): -9650195 or 15581036. OLE color: 15581036.

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

Color convert

RGB108191237-
CMYK0.540.1900.07
HSL201.4º78.18%67.65%-
HSV(B)201.4º54.43%92.94%-
XYZ40.146.5686.99-
YUV171.4316582.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.15%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=20.15%
G=35.63%
B=44.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081912370.540.1900.07201.478.1867.65
Hex6CBFED361307c94e44
Octal154277355662307311116104
Binary110110010111111111011011101101001101111100100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,191,237); }

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

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

 a { background-color: rgb(108,191,237); }

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

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

 span { border-color: rgb(108,191,237); }

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