#6CB9D7

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

Shades of Malibu #6CB9D7

Tints of Malibu #6CB9D7

Color information

#6CB9D7 (or 0x6CB9D7) is unknown color: approx Malibu. HEX triplet: 6C, B9 and D7. RGB value is (108,185,215). Sum of RGB (Red+Green+Blue) = 108+185+215=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #6CB9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB9D7 is #934628. Grayscale: #A5A5A5. Windows color (decimal): -9651753 or 14137708. OLE color: 14137708.

HSL color Cylindrical-coordinate representation of color #6CB9D7: hue angle of 196.82º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CB9D7 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108185215-
CMYK0.500.1400.16
HSL196.82º57.22%63.33%-
HSV(B)196.82º49.77%84.31%-
XYZ35.842.7970.66-
YUV165.4155.9987.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.26%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 215 (84.38% from 255) = 42.32%
R=21.26%
G=36.42%
B=42.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081852150.500.1400.16196.8257.2263.33
Hex6CB9D732E010c5393f
Octal15427132762160203057177
Binary11011001011100111010111110010111001000011000101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,185,215); }

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

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

 a { background-color: rgb(108,185,215); }

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

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

 span { border-color: rgb(108,185,215); }

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