#6CBAEC

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

Shades of Malibu #6CBAEC

Tints of Malibu #6CBAEC

Color information

#6CBAEC (or 0x6CBAEC) is unknown color: approx Malibu. HEX triplet: 6C, BA and EC. RGB value is (108,186,236). Sum of RGB (Red+Green+Blue) = 108+186+236=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CBAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBAEC is #934513. Grayscale: #A8A8A8. Windows color (decimal): -9651476 or 15514220. OLE color: 15514220.

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

Color convert

RGB108186236-
CMYK0.540.2100.07
HSL203.44º77.11%67.45%-
HSV(B)203.44º54.24%92.55%-
XYZ38.8844.3685.87-
YUV168.38166.1684.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.38%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=20.38%
G=35.09%
B=44.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081862360.540.2100.07203.4477.1167.45
Hex6CBAEC361507cb4d43
Octal154272354662507313115103
Binary110110010111010111011001101101010101111100101110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,236); }

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

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

 a { background-color: rgb(108,186,236); }

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

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

 span { border-color: rgb(108,186,236); }

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