#6AC6EC

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

Shades of Malibu #6AC6EC

Tints of Malibu #6AC6EC

Color information

#6AC6EC (or 0x6AC6EC) is unknown color: approx Malibu. HEX triplet: 6A, C6 and EC. RGB value is (106,198,236). Sum of RGB (Red+Green+Blue) = 106+198+236=540 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.63% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #6AC6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC6EC is #953913. Grayscale: #AEAEAE. Windows color (decimal): -9779476 or 15517290. OLE color: 15517290.

HSL color Cylindrical-coordinate representation of color #6AC6EC: hue angle of 197.54º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AC6EC is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106198236-
CMYK0.550.1600.07
HSL197.54º77.38%67.06%-
HSV(B)197.54º55.08%92.55%-
XYZ41.2849.5186.74-
YUV174.82162.5278.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.63%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=19.63%
G=36.67%
B=43.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061982360.550.1600.07197.5477.3867.06
Hex6AC6EC371007c64d43
Octal152306354672007306115103
Binary110101011000110111011001101111000001111100011010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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