#6DAEDE

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

Shades of Malibu #6DAEDE

Tints of Malibu #6DAEDE

Color information

#6DAEDE (or 0x6DAEDE) is unknown color: approx Malibu. HEX triplet: 6D, AE and DE. RGB value is (109,174,222). Sum of RGB (Red+Green+Blue) = 109+174+222=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DAEDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEDE is #925121. Grayscale: #9F9F9F. Windows color (decimal): -9589026 or 14593645. OLE color: 14593645.

HSL color Cylindrical-coordinate representation of color #6DAEDE: hue angle of 205.49º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DAEDE is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109174222-
CMYK0.510.2200.13
HSL205.49º63.13%64.9%-
HSV(B)205.49º50.9%87.06%-
XYZ34.6338.874.77-
YUV160.04162.9791.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.58%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=21.58%
G=34.46%
B=43.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091742220.510.2200.13205.4963.1364.9
Hex6DAEDE33160Dcd3f41
Octal155256336632601531577101
Binary110110110101110110111101100111011001101110011011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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