#61818F

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

Shades of Horizon #61818F

Tints of Horizon #61818F

Color information

#61818F (or 0x61818F) is unknown color: approx Horizon. HEX triplet: 61, 81 and 8F. RGB value is (97,129,143). Sum of RGB (Red+Green+Blue) = 97+129+143=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #61818F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61818F is #9E7E70. Grayscale: #787878. Windows color (decimal): -10387057 or 9404769. OLE color: 9404769.

HSL color Cylindrical-coordinate representation of color #61818F: hue angle of 198.26º 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 #61818F is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97129143-
CMYK0.320.1000.44
HSL198.26º19.17%47.06%-
HSV(B)198.26º32.17%56.08%-
XYZ17.7420.2328.96-
YUV121.03140.4110.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=26.29%
G=34.96%
B=38.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971291430.320.1000.44198.2619.1747.06
Hex61818F20A02Cc6132f
Octal14120121740120543062357
Binary11000011000000110001111100000101001011001100011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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