#6AAFDC

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

Shades of Malibu #6AAFDC

Tints of Malibu #6AAFDC

Color information

#6AAFDC (or 0x6AAFDC) is unknown color: approx Malibu. HEX triplet: 6A, AF and DC. RGB value is (106,175,220). Sum of RGB (Red+Green+Blue) = 106+175+220=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFDC is #955023. Grayscale: #9F9F9F. Windows color (decimal): -9785380 or 14462826. OLE color: 14462826.

HSL color Cylindrical-coordinate representation of color #6AAFDC: hue angle of 203.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AAFDC is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106175220-
CMYK0.520.2000.14
HSL203.68º61.96%63.92%-
HSV(B)203.68º51.82%86.27%-
XYZ34.1938.8973.41-
YUV159.5162.1489.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.16%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=21.16%
G=34.93%
B=43.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1061752200.520.2000.14203.6861.9663.92
Hex6AAFDC34140Ecc3e40
Octal152257334642401631476100
Binary110101010101111110111001101001010001110110011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,175,220); }

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

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

 a { background-color: rgb(106,175,220); }

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

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

 span { border-color: rgb(106,175,220); }

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