#6DADDC

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

Shades of Malibu #6DADDC

Tints of Malibu #6DADDC

Color information

#6DADDC (or 0x6DADDC) is unknown color: approx Malibu. HEX triplet: 6D, AD and DC. RGB value is (109,173,220). Sum of RGB (Red+Green+Blue) = 109+173+220=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADDC is #925223. Grayscale: #9E9E9E. Windows color (decimal): -9589284 or 14462317. OLE color: 14462317.

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

Color convert

RGB109173220-
CMYK0.500.2100.14
HSL205.41º61.33%64.51%-
HSV(B)205.41º50.45%86.27%-
XYZ34.1738.3173.3-
YUV159.22162.392.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.71%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=21.71%
G=34.46%
B=43.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091732200.500.2100.14205.4161.3364.51
Hex6DADDC32150Ecd3d41
Octal155255334622501631575101
Binary110110110101101110111001100101010101110110011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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