#6AA4A5

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

Shades of Cadet Blue #6AA4A5

Tints of Cadet Blue #6AA4A5

Color information

#6AA4A5 (or 0x6AA4A5) is unknown color: approx Cadet Blue. HEX triplet: 6A, A4 and A5. RGB value is (106,164,165). Sum of RGB (Red+Green+Blue) = 106+164+165=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 165 - color contains mainly: blue. Hex color #6AA4A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA4A5 is #955B5A. Grayscale: #929292. Windows color (decimal): -9788251 or 10855530. OLE color: 10855530.

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

Color convert

RGB106164165-
CMYK0.360.0100.35
HSL181.02º24.69%53.14%-
HSV(B)181.02º35.76%64.71%-
XYZ26.0132.3340.47-
YUV146.77138.2898.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.37%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 165 (64.84% from 255) = 37.93%
R=24.37%
G=37.70%
B=37.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1061641650.360.0100.35181.0224.6953.14
Hex6AA4A5241023b51935
Octal1522442454410432653165
Binary11010101010010010100101100100101000111011010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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