#6DAFD8

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

Shades of Malibu #6DAFD8

Tints of Malibu #6DAFD8

Color information

#6DAFD8 (or 0x6DAFD8) is unknown color: approx Malibu. HEX triplet: 6D, AF and D8. RGB value is (109,175,216). Sum of RGB (Red+Green+Blue) = 109+175+216=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #6DAFD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFD8 is #925027. Grayscale: #9F9F9F. Windows color (decimal): -9588776 or 14200685. OLE color: 14200685.

HSL color Cylindrical-coordinate representation of color #6DAFD8: hue angle of 202.99º degrees, saturation: 0.58, 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 #6DAFD8 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109175216-
CMYK0.500.1900.15
HSL202.99º57.84%63.73%-
HSV(B)202.99º49.54%84.71%-
XYZ34.0338.8770.67-
YUV159.94159.6391.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.8%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=21.8%
G=35%
B=43.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091752160.500.1900.15202.9957.8463.73
Hex6DAFD832130Fcb3a40
Octal155257330622301731372100
Binary110110110101111110110001100101001101111110010111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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