#6A979D

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

Shades of Cadet Blue #6A979D

Tints of Cadet Blue #6A979D

Color information

#6A979D (or 0x6A979D) is unknown color: approx Cadet Blue. HEX triplet: 6A, 97 and 9D. RGB value is (106,151,157). Sum of RGB (Red+Green+Blue) = 106+151+157=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A979D is #956862. Grayscale: #8A8A8A. Windows color (decimal): -9791587 or 10327914. OLE color: 10327914.

HSL color Cylindrical-coordinate representation of color #6A979D: hue angle of 187.06º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A979D is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB106151157-
CMYK0.320.0400.38
HSL187.06º20.65%51.57%-
HSV(B)187.06º32.48%61.57%-
XYZ23.127.6336.01-
YUV138.23138.59105.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.60%
GREEN value IS 151 (59.38% from 255) = 36.47%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=25.60%
G=36.47%
B=37.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061511570.320.0400.38187.0620.6551.57
Hex6A979D204026bb1534
Octal1522272354040462732564
Binary1101010100101111001110110000010001001101011101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,151,157); }

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

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

 a { background-color: rgb(106,151,157); }

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

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

 span { border-color: rgb(106,151,157); }

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