#6A979F

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

Shades of Cadet Blue #6A979F

Tints of Cadet Blue #6A979F

Color information

#6A979F (or 0x6A979F) is unknown color: approx Cadet Blue. HEX triplet: 6A, 97 and 9F. RGB value is (106,151,159). Sum of RGB (Red+Green+Blue) = 106+151+159=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A979F is #956860. Grayscale: #8A8A8A. Windows color (decimal): -9791585 or 10458986. OLE color: 10458986.

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

Color convert

RGB106151159-
CMYK0.330.0500.38
HSL189.06º21.63%51.96%-
HSV(B)189.06º33.33%62.35%-
XYZ23.2727.736.92-
YUV138.46139.59104.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.48%
GREEN value IS 151 (59.38% from 255) = 36.30%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=25.48%
G=36.30%
B=38.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061511590.330.0500.38189.0621.6351.96
Hex6A979F215026bd1634
Octal1522272374150462752664
Binary1101010100101111001111110000110101001101011110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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