#61979A

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

Shades of Cadet Blue #61979A

Tints of Cadet Blue #61979A

Color information

#61979A (or 0x61979A) is unknown color: approx Cadet Blue. HEX triplet: 61, 97 and 9A. RGB value is (97,151,154). Sum of RGB (Red+Green+Blue) = 97+151+154=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #61979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61979A is #9E6865. Grayscale: #878787. Windows color (decimal): -10381414 or 10131297. OLE color: 10131297.

HSL color Cylindrical-coordinate representation of color #61979A: hue angle of 183.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61979A is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB97151154-
CMYK0.370.0200.40
HSL183.16º22.71%49.22%-
HSV(B)183.16º37.01%60.39%-
XYZ21.8327.0134.63-
YUV135.2138.61100.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=24.13%
G=37.56%
B=38.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971511540.370.0200.40183.1622.7149.22
Hex61979A252028b71731
Octal1412272324520502672761
Binary110000110010111100110101001011001010001011011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61979A; }

 p { color: rgb(97,151,154); }

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

<style>
 a { background-color: #61979A; }

 a { background-color: rgb(97,151,154); }

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

<style>
 span { border-color: #61979A; }

 span { border-color: rgb(97,151,154); }

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