#6CBEE6

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

Shades of Malibu #6CBEE6

Tints of Malibu #6CBEE6

Color information

#6CBEE6 (or 0x6CBEE6) is unknown color: approx Malibu. HEX triplet: 6C, BE and E6. RGB value is (108,190,230). Sum of RGB (Red+Green+Blue) = 108+190+230=528 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.45% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #6CBEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBEE6 is #934119. Grayscale: #A9A9A9. Windows color (decimal): -9650458 or 15122028. OLE color: 15122028.

HSL color Cylindrical-coordinate representation of color #6CBEE6: hue angle of 199.67º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CBEE6 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB108190230-
CMYK0.530.1700.10
HSL199.67º70.93%66.27%-
HSV(B)199.67º53.04%90.2%-
XYZ38.8845.7381.64-
YUV170.04161.8383.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.45%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 230 (90.23% from 255) = 43.56%
R=20.45%
G=35.98%
B=43.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1081902300.530.1700.10199.6770.9366.27
Hex6CBEE635110Ac84742
Octal1542763466521012310107102
Binary1101100101111101110011011010110001010101100100010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,190,230); }

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

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

 a { background-color: rgb(108,190,230); }

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

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

 span { border-color: rgb(108,190,230); }

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