#6AC4EB

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

Shades of Malibu #6AC4EB

Tints of Malibu #6AC4EB

Color information

#6AC4EB (or 0x6AC4EB) is unknown color: approx Malibu. HEX triplet: 6A, C4 and EB. RGB value is (106,196,235). Sum of RGB (Red+Green+Blue) = 106+196+235=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AC4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC4EB is #953B14. Grayscale: #ADADAD. Windows color (decimal): -9779989 or 15451242. OLE color: 15451242.

HSL color Cylindrical-coordinate representation of color #6AC4EB: hue angle of 198.14º degrees, saturation: 0.76, 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 #6AC4EB is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB106196235-
CMYK0.550.1700.08
HSL198.14º76.33%66.86%-
HSV(B)198.14º54.89%92.16%-
XYZ40.6848.5485.82-
YUV173.54162.6879.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.74%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=19.74%
G=36.50%
B=43.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061962350.550.1700.08198.1476.3366.86
Hex6AC4EB371108c64c43
Octal1523043536721010306114103
Binary1101010110001001110101111011110001010001100011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,196,235); }

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

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

 a { background-color: rgb(106,196,235); }

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

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

 span { border-color: rgb(106,196,235); }

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