#61959D

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

Shades of Cadet Blue #61959D

Tints of Cadet Blue #61959D

Color information

#61959D (or 0x61959D) is unknown color: approx Cadet Blue. HEX triplet: 61, 95 and 9D. RGB value is (97,149,157). Sum of RGB (Red+Green+Blue) = 97+149+157=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #61959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61959D is #9E6A62. Grayscale: #868686. Windows color (decimal): -10381923 or 10327393. OLE color: 10327393.

HSL color Cylindrical-coordinate representation of color #61959D: hue angle of 188º 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 #61959D is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97149157-
CMYK0.380.0500.38
HSL188º23.62%49.8%-
HSV(B)188º38.22%61.57%-
XYZ21.7626.4735.86-
YUV134.36140.77101.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.07%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=24.07%
G=36.97%
B=38.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971491570.380.0500.3818823.6249.8
Hex61959D265026bc1832
Octal1412252354650462743062
Binary1100001100101011001110110011010101001101011110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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