#61848F

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

Shades of Horizon #61848F

Tints of Horizon #61848F

Color information

#61848F (or 0x61848F) is unknown color: approx Horizon. HEX triplet: 61, 84 and 8F. RGB value is (97,132,143). Sum of RGB (Red+Green+Blue) = 97+132+143=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 143 - color contains mainly: blue. Hex color #61848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61848F is #9E7B70. Grayscale: #7A7A7A. Windows color (decimal): -10386289 or 9405537. OLE color: 9405537.

HSL color Cylindrical-coordinate representation of color #61848F: hue angle of 194.35º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61848F is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97132143-
CMYK0.320.0800.44
HSL194.35º19.17%47.06%-
HSV(B)194.35º32.17%56.08%-
XYZ18.1421.0329.09-
YUV122.79139.4109.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 143 (56.25% from 255) = 38.44%
R=26.08%
G=35.48%
B=38.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971321430.320.0800.44194.3519.1747.06
Hex61848F20802Cc2132f
Octal14120421740100543022357
Binary11000011000010010001111100000100001011001100001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,132,143); }

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

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

 a { background-color: rgb(97,132,143); }

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

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

 span { border-color: rgb(97,132,143); }

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