#6AC0E7

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

Shades of Malibu #6AC0E7

Tints of Malibu #6AC0E7

Color information

#6AC0E7 (or 0x6AC0E7) is unknown color: approx Malibu. HEX triplet: 6A, C0 and E7. RGB value is (106,192,231). Sum of RGB (Red+Green+Blue) = 106+192+231=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #6AC0E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC0E7 is #953F18. Grayscale: #AAAAAA. Windows color (decimal): -9781017 or 15188074. OLE color: 15188074.

HSL color Cylindrical-coordinate representation of color #6AC0E7: hue angle of 198.72º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AC0E7 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB106192231-
CMYK0.540.1700.09
HSL198.72º72.25%66.08%-
HSV(B)198.72º54.11%90.59%-
XYZ39.2246.5382.52-
YUV170.73162.0181.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.04%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 231 (90.62% from 255) = 43.67%
R=20.04%
G=36.29%
B=43.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1061922310.540.1700.09198.7272.2566.08
Hex6AC0E7361109c74842
Octal1523003476621011307110102
Binary1101010110000001110011111011010001010011100011110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,192,231); }

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

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

 a { background-color: rgb(106,192,231); }

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

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

 span { border-color: rgb(106,192,231); }

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