#6DBFDC

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

Shades of Malibu #6DBFDC

Tints of Malibu #6DBFDC

Color information

#6DBFDC (or 0x6DBFDC) is unknown color: approx Malibu. HEX triplet: 6D, BF and DC. RGB value is (109,191,220). Sum of RGB (Red+Green+Blue) = 109+191+220=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFDC is #924023. Grayscale: #A9A9A9. Windows color (decimal): -9584676 or 14466925. OLE color: 14466925.

HSL color Cylindrical-coordinate representation of color #6DBFDC: hue angle of 195.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DBFDC is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109191220-
CMYK0.500.1300.14
HSL195.68º61.33%64.51%-
HSV(B)195.68º50.45%86.27%-
XYZ37.8645.6874.53-
YUV169.79156.3384.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.96%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=20.96%
G=36.73%
B=42.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091912200.500.1300.14195.6861.3364.51
Hex6DBFDC32D0Ec43d41
Octal155277334621501630475101
Binary11011011011111111011100110010110101110110001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,191,220); }

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

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

 a { background-color: rgb(109,191,220); }

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

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

 span { border-color: rgb(109,191,220); }

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