#6DADDA

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

Shades of Malibu #6DADDA

Tints of Malibu #6DADDA

Color information

#6DADDA (or 0x6DADDA) is unknown color: approx Malibu. HEX triplet: 6D, AD and DA. RGB value is (109,173,218). Sum of RGB (Red+Green+Blue) = 109+173+218=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADDA is #925225. Grayscale: #9E9E9E. Windows color (decimal): -9589286 or 14331245. OLE color: 14331245.

HSL color Cylindrical-coordinate representation of color #6DADDA: hue angle of 204.77º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DADDA is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109173218-
CMYK0.50.2100.15
HSL204.77º59.56%64.12%-
HSV(B)204.77º50%85.49%-
XYZ33.9138.271.92-
YUV158.99161.392.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.8%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=21.8%
G=34.6%
B=43.6%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091732180.50.2100.15204.7759.5664.12
Hex6DADDA32150Fcd3c40
Octal155255332622501731574100
Binary110110110101101110110101100101010101111110011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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