#6DAFEA

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

Shades of Malibu #6DAFEA

Tints of Malibu #6DAFEA

Color information

#6DAFEA (or 0x6DAFEA) is unknown color: approx Malibu. HEX triplet: 6D, AF and EA. RGB value is (109,175,234). Sum of RGB (Red+Green+Blue) = 109+175+234=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DAFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFEA is #925015. Grayscale: #A1A1A1. Windows color (decimal): -9588758 or 15380333. OLE color: 15380333.

HSL color Cylindrical-coordinate representation of color #6DAFEA: hue angle of 208.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DAFEA is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109175234-
CMYK0.530.2500.08
HSL208.32º74.85%67.25%-
HSV(B)208.32º53.42%91.76%-
XYZ36.4939.8583.61-
YUV161.99168.6390.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.04%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=21.04%
G=33.78%
B=45.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1091752340.530.2500.08208.3274.8567.25
Hex6DAFEA351908d04b43
Octal1552573526531010320113103
Binary1101101101011111110101011010111001010001101000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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