#6AA4A3

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

Shades of Cadet Blue #6AA4A3

Tints of Cadet Blue #6AA4A3

Color information

#6AA4A3 (or 0x6AA4A3) is unknown color: approx Cadet Blue. HEX triplet: 6A, A4 and A3. RGB value is (106,164,163). Sum of RGB (Red+Green+Blue) = 106+164+163=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA4A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA4A3 is #955B5C. Grayscale: #929292. Windows color (decimal): -9788253 or 10724458. OLE color: 10724458.

HSL color Cylindrical-coordinate representation of color #6AA4A3: hue angle of 178.97º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA4A3 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB106164163-
CMYK0.3500.010.36
HSL178.97º24.17%52.94%-
HSV(B)178.97º35.37%64.31%-
XYZ25.8332.2639.52-
YUV146.54137.2899.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.48%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 163 (64.06% from 255) = 37.64%
R=24.48%
G=37.88%
B=37.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061641630.3500.010.36178.9724.1752.94
Hex6AA4A3230124b31835
Octal1522442434301442633065
Binary11010101010010010100011100011011001001011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,164,163); }

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

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

 a { background-color: rgb(106,164,163); }

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

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

 span { border-color: rgb(106,164,163); }

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