#61939E

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

Shades of Horizon #61939E

Tints of Horizon #61939E

Color information

#61939E (or 0x61939E) is unknown color: approx Horizon. HEX triplet: 61, 93 and 9E. RGB value is (97,147,158). Sum of RGB (Red+Green+Blue) = 97+147+158=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #61939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61939E is #9E6C61. Grayscale: #858585. Windows color (decimal): -10382434 or 10392417. OLE color: 10392417.

HSL color Cylindrical-coordinate representation of color #61939E: hue angle of 190.82º 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 #61939E is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97147158-
CMYK0.390.0700.38
HSL190.82º23.92%50%-
HSV(B)190.82º38.61%61.96%-
XYZ21.5425.8836.21-
YUV133.3141.94102.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=24.13%
G=36.57%
B=39.30%

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
Decimal971471580.390.0700.38190.8223.9250
Hex61939E277026bf1832
Octal1412232364770462773062
Binary1100001100100111001111010011111101001101011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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