#6DB9DC

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

Shades of Malibu #6DB9DC

Tints of Malibu #6DB9DC

Color information

#6DB9DC (or 0x6DB9DC) is unknown color: approx Malibu. HEX triplet: 6D, B9 and DC. RGB value is (109,185,220). Sum of RGB (Red+Green+Blue) = 109+185+220=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DB9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9DC is #924623. Grayscale: #A6A6A6. Windows color (decimal): -9586212 or 14465389. OLE color: 14465389.

HSL color Cylindrical-coordinate representation of color #6DB9DC: hue angle of 198.92º 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 #6DB9DC is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109185220-
CMYK0.500.1600.14
HSL198.92º61.33%64.51%-
HSV(B)198.92º50.45%86.27%-
XYZ36.5743.1274.1-
YUV166.27158.3287.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.21%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=21.21%
G=35.99%
B=42.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091852200.500.1600.14198.9261.3364.51
Hex6DB9DC32100Ec73d41
Octal155271334622001630775101
Binary110110110111001110111001100101000001110110001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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