#6AC1E3

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

Shades of Malibu #6AC1E3

Tints of Malibu #6AC1E3

Color information

#6AC1E3 (or 0x6AC1E3) is unknown color: approx Malibu. HEX triplet: 6A, C1 and E3. RGB value is (106,193,227). Sum of RGB (Red+Green+Blue) = 106+193+227=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #6AC1E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC1E3 is #953E1C. Grayscale: #AAAAAA. Windows color (decimal): -9780765 or 14926186. OLE color: 14926186.

HSL color Cylindrical-coordinate representation of color #6AC1E3: hue angle of 196.86º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AC1E3 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB106193227-
CMYK0.530.1500.11
HSL196.86º68.36%65.29%-
HSV(B)196.86º53.3%89.02%-
XYZ38.8846.7579.65-
YUV170.86159.6881.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.15%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 227 (89.06% from 255) = 43.16%
R=20.15%
G=36.69%
B=43.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1061932270.530.1500.11196.8668.3665.29
Hex6AC1E335F0Bc54441
Octal1523013436517013305104101
Binary110101011000001111000111101011111010111100010110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,193,227); }

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

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

 a { background-color: rgb(106,193,227); }

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

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

 span { border-color: rgb(106,193,227); }

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