#61979D

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

Shades of Cadet Blue #61979D

Tints of Cadet Blue #61979D

Color information

#61979D (or 0x61979D) is unknown color: approx Cadet Blue. HEX triplet: 61, 97 and 9D. RGB value is (97,151,157). Sum of RGB (Red+Green+Blue) = 97+151+157=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #61979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61979D is #9E6862. Grayscale: #878787. Windows color (decimal): -10381411 or 10327905. OLE color: 10327905.

HSL color Cylindrical-coordinate representation of color #61979D: hue angle of 186º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61979D is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97151157-
CMYK0.380.0400.38
HSL186º23.62%49.8%-
HSV(B)186º38.22%61.57%-
XYZ22.0827.1135.97-
YUV135.54140.11100.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.95%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=23.95%
G=37.28%
B=38.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971511570.380.0400.3818623.6249.8
Hex61979D264026ba1832
Octal1412272354640462723062
Binary1100001100101111001110110011010001001101011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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