#61838D

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

Shades of Horizon #61838D

Tints of Horizon #61838D

Color information

#61838D (or 0x61838D) is unknown color: approx Horizon. HEX triplet: 61, 83 and 8D. RGB value is (97,131,141). Sum of RGB (Red+Green+Blue) = 97+131+141=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #61838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61838D is #9E7C72. Grayscale: #797979. Windows color (decimal): -10386547 or 9274209. OLE color: 9274209.

HSL color Cylindrical-coordinate representation of color #61838D: hue angle of 193.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61838D is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97131141-
CMYK0.310.0700.45
HSL193.64º18.49%46.67%-
HSV(B)193.64º31.21%55.29%-
XYZ17.8520.728.25-
YUV121.97138.74110.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=26.29%
G=35.50%
B=38.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971311410.310.0700.45193.6418.4946.67
Hex61838D1F702Dc2122f
Octal1412032153770553022257
Binary110000110000011100011011111111101011011100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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