#61859A

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

Shades of Horizon #61859A

Tints of Horizon #61859A

Color information

#61859A (or 0x61859A) is unknown color: approx Horizon. HEX triplet: 61, 85 and 9A. RGB value is (97,133,154). Sum of RGB (Red+Green+Blue) = 97+133+154=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #61859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61859A is #9E7A65. Grayscale: #7C7C7C. Windows color (decimal): -10386022 or 10126689. OLE color: 10126689.

HSL color Cylindrical-coordinate representation of color #61859A: hue angle of 202.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61859A is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB97133154-
CMYK0.370.1400.40
HSL202.11º22.71%49.22%-
HSV(B)202.11º37.01%60.39%-
XYZ19.1521.6533.74-
YUV124.63144.57108.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=25.26%
G=34.64%
B=40.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971331540.370.1400.40202.1122.7149.22
Hex61859A25E028ca1731
Octal14120523245160503122761
Binary11000011000010110011010100101111001010001100101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61859A; }

 p { color: rgb(97,133,154); }

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

<style>
 a { background-color: #61859A; }

 a { background-color: rgb(97,133,154); }

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

<style>
 span { border-color: #61859A; }

 span { border-color: rgb(97,133,154); }

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