#6AC6DC

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

Shades of Malibu #6AC6DC

Tints of Malibu #6AC6DC

Color information

#6AC6DC (or 0x6AC6DC) is unknown color: approx Malibu. HEX triplet: 6A, C6 and DC. RGB value is (106,198,220). Sum of RGB (Red+Green+Blue) = 106+198+220=524 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.23% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AC6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC6DC is #953923. Grayscale: #ACACAC. Windows color (decimal): -9779492 or 14468714. OLE color: 14468714.

HSL color Cylindrical-coordinate representation of color #6AC6DC: hue angle of 191.58º 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 #6AC6DC is Cyan = 0.52, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106198220-
CMYK0.520.100.14
HSL191.58º61.96%63.92%-
HSV(B)191.58º51.82%86.27%-
XYZ39.0648.6275.04-
YUV173154.5280.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.23%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=20.23%
G=37.79%
B=41.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1061982200.520.100.14191.5861.9663.92
Hex6AC6DC34A0Ec03e40
Octal152306334641201630076100
Binary11010101100011011011100110100101001110110000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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