#61838E

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

Shades of Horizon #61838E

Tints of Horizon #61838E

Color information

#61838E (or 0x61838E) is unknown color: approx Horizon. HEX triplet: 61, 83 and 8E. RGB value is (97,131,142). Sum of RGB (Red+Green+Blue) = 97+131+142=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #61838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61838E is #9E7C71. Grayscale: #7A7A7A. Windows color (decimal): -10386546 or 9339745. OLE color: 9339745.

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

Color convert

RGB97131142-
CMYK0.320.0800.44
HSL194.67º18.83%46.86%-
HSV(B)194.67º31.69%55.69%-
XYZ17.9320.7328.65-
YUV122.09139.24110.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=26.22%
G=35.41%
B=38.38%

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
Decimal971311420.320.0800.44194.6718.8346.86
Hex61838E20802Cc3132f
Octal14120321640100543032357
Binary11000011000001110001110100000100001011001100001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,131,142); }

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

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

 a { background-color: rgb(97,131,142); }

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

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

 span { border-color: rgb(97,131,142); }

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