#6AC6EA

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

Shades of Malibu #6AC6EA

Tints of Malibu #6AC6EA

Color information

#6AC6EA (or 0x6AC6EA) is unknown color: approx Malibu. HEX triplet: 6A, C6 and EA. RGB value is (106,198,234). Sum of RGB (Red+Green+Blue) = 106+198+234=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #6AC6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC6EA is #953915. Grayscale: #AEAEAE. Windows color (decimal): -9779478 or 15386218. OLE color: 15386218.

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

Color convert

RGB106198234-
CMYK0.550.1500.08
HSL196.88º75.29%66.67%-
HSV(B)196.88º54.7%91.76%-
XYZ40.9949.3985.22-
YUV174.6161.5279.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.70%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=19.70%
G=36.80%
B=43.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061982340.550.1500.08196.8875.2966.67
Hex6AC6EA37F08c54b43
Octal1523063526717010305113103
Binary110101011000110111010101101111111010001100010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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