#62859B

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

Shades of Horizon #62859B

Tints of Horizon #62859B

Color information

#62859B (or 0x62859B) is unknown color: approx Horizon. HEX triplet: 62, 85 and 9B. RGB value is (98,133,155). Sum of RGB (Red+Green+Blue) = 98+133+155=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #62859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62859B is #9D7A64. Grayscale: #7C7C7C. Windows color (decimal): -10320485 or 10192226. OLE color: 10192226.

HSL color Cylindrical-coordinate representation of color #62859B: hue angle of 203.16º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62859B is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98133155-
CMYK0.370.1400.39
HSL203.16º22.53%49.61%-
HSV(B)203.16º36.77%60.78%-
XYZ19.3421.7434.19-
YUV125.04144.9108.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.39%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=25.39%
G=34.46%
B=40.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981331550.370.1400.39203.1622.5349.61
Hex62859B25E027cb1732
Octal14220523345160473132762
Binary11000101000010110011011100101111001001111100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62859B; }

 p { color: rgb(98,133,155); }

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

<style>
 a { background-color: #62859B; }

 a { background-color: rgb(98,133,155); }

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

<style>
 span { border-color: #62859B; }

 span { border-color: rgb(98,133,155); }

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