#6DAED6

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

Shades of Malibu #6DAED6

Tints of Malibu #6DAED6

Color information

#6DAED6 (or 0x6DAED6) is unknown color: approx Malibu. HEX triplet: 6D, AE and D6. RGB value is (109,174,214). Sum of RGB (Red+Green+Blue) = 109+174+214=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #6DAED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAED6 is #925129. Grayscale: #9E9E9E. Windows color (decimal): -9589034 or 14069357. OLE color: 14069357.

HSL color Cylindrical-coordinate representation of color #6DAED6: hue angle of 202.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DAED6 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109174214-
CMYK0.490.1900.16
HSL202.86º56.15%63.33%-
HSV(B)202.86º49.07%83.92%-
XYZ33.5838.3869.26-
YUV159.12158.9792.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.93%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 214 (83.98% from 255) = 43.06%
R=21.93%
G=35.01%
B=43.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091742140.490.1900.16202.8656.1563.33
Hex6DAED63113010cb383f
Octal15525632661230203137077
Binary110110110101110110101101100011001101000011001011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,174,214); }

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

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

 a { background-color: rgb(109,174,214); }

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

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

 span { border-color: rgb(109,174,214); }

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