#6DB6DC

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

Shades of Malibu #6DB6DC

Tints of Malibu #6DB6DC

Color information

#6DB6DC (or 0x6DB6DC) is unknown color: approx Malibu. HEX triplet: 6D, B6 and DC. RGB value is (109,182,220). Sum of RGB (Red+Green+Blue) = 109+182+220=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DB6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB6DC is #924923. Grayscale: #A4A4A4. Windows color (decimal): -9586980 or 14464621. OLE color: 14464621.

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

Color convert

RGB109182220-
CMYK0.500.1700.14
HSL200.54º61.33%64.51%-
HSV(B)200.54º50.45%86.27%-
XYZ35.9541.8773.9-
YUV164.5159.3288.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.33%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=21.33%
G=35.62%
B=43.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091822200.500.1700.14200.5461.3364.51
Hex6DB6DC32110Ec93d41
Octal155266334622101631175101
Binary110110110110110110111001100101000101110110010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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