#6CAEE2

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

Shades of Malibu #6CAEE2

Tints of Malibu #6CAEE2

Color information

#6CAEE2 (or 0x6CAEE2) is unknown color: approx Malibu. HEX triplet: 6C, AE and E2. RGB value is (108,174,226). Sum of RGB (Red+Green+Blue) = 108+174+226=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 226 - color contains mainly: blue. Hex color #6CAEE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAEE2 is #93511D. Grayscale: #9F9F9F. Windows color (decimal): -9654558 or 14855788. OLE color: 14855788.

HSL color Cylindrical-coordinate representation of color #6CAEE2: hue angle of 206.44º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CAEE2 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB108174226-
CMYK0.520.2300.11
HSL206.44º67.05%65.49%-
HSV(B)206.44º52.21%88.63%-
XYZ35.0538.9577.62-
YUV160.19165.1390.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.26%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 226 (88.67% from 255) = 44.49%
R=21.26%
G=34.25%
B=44.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1081742260.520.2300.11206.4467.0565.49
Hex6CAEE234170Bce4341
Octal1542563426427013316103101
Binary1101100101011101110001011010010111010111100111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,174,226); }

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

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

 a { background-color: rgb(108,174,226); }

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

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

 span { border-color: rgb(108,174,226); }

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