#61949F

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

Shades of Cadet Blue #61949F

Tints of Cadet Blue #61949F

Color information

#61949F (or 0x61949F) is unknown color: approx Cadet Blue. HEX triplet: 61, 94 and 9F. RGB value is (97,148,159). Sum of RGB (Red+Green+Blue) = 97+148+159=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #61949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61949F is #9E6B60. Grayscale: #858585. Windows color (decimal): -10382177 or 10458209. OLE color: 10458209.

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

Color convert

RGB97148159-
CMYK0.390.0700.38
HSL190.65º24.41%50.2%-
HSV(B)190.65º38.99%62.35%-
XYZ21.7826.2236.71-
YUV134142.1101.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.01%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=24.01%
G=36.63%
B=39.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971481590.390.0700.38190.6524.4150.2
Hex61949F277026bf1832
Octal1412242374770462773062
Binary1100001100101001001111110011111101001101011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61949F; }

 p { color: rgb(97,148,159); }

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

<style>
 a { background-color: #61949F; }

 a { background-color: rgb(97,148,159); }

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

<style>
 span { border-color: #61949F; }

 span { border-color: rgb(97,148,159); }

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