#61939C

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

Shades of Cadet Blue #61939C

Tints of Cadet Blue #61939C

Color information

#61939C (or 0x61939C) is unknown color: approx Cadet Blue. HEX triplet: 61, 93 and 9C. RGB value is (97,147,156). Sum of RGB (Red+Green+Blue) = 97+147+156=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #61939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61939C is #9E6C63. Grayscale: #848484. Windows color (decimal): -10382436 or 10261345. OLE color: 10261345.

HSL color Cylindrical-coordinate representation of color #61939C: hue angle of 189.15º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61939C is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97147156-
CMYK0.380.0600.39
HSL189.15º23.32%49.61%-
HSV(B)189.15º37.82%61.18%-
XYZ21.3625.8135.31-
YUV133.08140.94102.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 156 (61.33% from 255) = 39%
R=24.25%
G=36.75%
B=39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971471560.380.0600.39189.1523.3249.61
Hex61939C266027bd1732
Octal1412232344660472752762
Binary1100001100100111001110010011011001001111011110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61939C; }

 p { color: rgb(97,147,156); }

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

<style>
 a { background-color: #61939C; }

 a { background-color: rgb(97,147,156); }

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

<style>
 span { border-color: #61939C; }

 span { border-color: rgb(97,147,156); }

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