#6DAFDE

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

Shades of Malibu #6DAFDE

Tints of Malibu #6DAFDE

Color information

#6DAFDE (or 0x6DAFDE) is unknown color: approx Malibu. HEX triplet: 6D, AF and DE. RGB value is (109,175,222). Sum of RGB (Red+Green+Blue) = 109+175+222=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DAFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFDE is #925021. Grayscale: #A0A0A0. Windows color (decimal): -9588770 or 14593901. OLE color: 14593901.

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

Color convert

RGB109175222-
CMYK0.510.2100.13
HSL204.96º63.13%64.9%-
HSV(B)204.96º50.9%87.06%-
XYZ34.8239.1974.84-
YUV160.62162.6391.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.54%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=21.54%
G=34.58%
B=43.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091752220.510.2100.13204.9663.1364.9
Hex6DAFDE33150Dcd3f41
Octal155257336632501531577101
Binary110110110101111110111101100111010101101110011011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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