#6CBAE3

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

Shades of Malibu #6CBAE3

Tints of Malibu #6CBAE3

Color information

#6CBAE3 (or 0x6CBAE3) is unknown color: approx Malibu. HEX triplet: 6C, BA and E3. RGB value is (108,186,227). Sum of RGB (Red+Green+Blue) = 108+186+227=521 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.73% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CBAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBAE3 is #93451C. Grayscale: #A7A7A7. Windows color (decimal): -9651485 or 14924396. OLE color: 14924396.

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

Color convert

RGB108186227-
CMYK0.520.1800.11
HSL200.67º68%65.69%-
HSV(B)200.67º52.42%89.02%-
XYZ37.6143.8579.16-
YUV167.35161.6685.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.73%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=20.73%
G=35.70%
B=43.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1081862270.520.1800.11200.676865.69
Hex6CBAE334120Bc94442
Octal1542723436422013311104102
Binary1101100101110101110001111010010010010111100100110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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