#6DBBDC

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

Shades of Malibu #6DBBDC

Tints of Malibu #6DBBDC

Color information

#6DBBDC (or 0x6DBBDC) is unknown color: approx Malibu. HEX triplet: 6D, BB and DC. RGB value is (109,187,220). Sum of RGB (Red+Green+Blue) = 109+187+220=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBDC is #924423. Grayscale: #A7A7A7. Windows color (decimal): -9585700 or 14465901. OLE color: 14465901.

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

Color convert

RGB109187220-
CMYK0.500.1500.14
HSL197.84º61.33%64.51%-
HSV(B)197.84º50.45%86.27%-
XYZ3743.9674.25-
YUV167.44157.6686.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.12%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=21.12%
G=36.24%
B=42.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091872200.500.1500.14197.8461.3364.51
Hex6DBBDC32F0Ec63d41
Octal155273334621701630675101
Binary11011011011101111011100110010111101110110001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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