#61929F

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

Shades of Horizon #61929F

Tints of Horizon #61929F

Color information

#61929F (or 0x61929F) is unknown color: approx Horizon. HEX triplet: 61, 92 and 9F. RGB value is (97,146,159). Sum of RGB (Red+Green+Blue) = 97+146+159=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #61929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61929F is #9E6D60. Grayscale: #848484. Windows color (decimal): -10382689 or 10457697. OLE color: 10457697.

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

Color convert

RGB97146159-
CMYK0.390.0800.38
HSL192.58º24.41%50.2%-
HSV(B)192.58º38.99%62.35%-
XYZ21.4725.636.61-
YUV132.83142.77102.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=24.13%
G=36.32%
B=39.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971461590.390.0800.38192.5824.4150.2
Hex61929F278026c11832
Octal14122223747100463013062
Binary11000011001001010011111100111100001001101100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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