#62839A

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

Shades of Horizon #62839A

Tints of Horizon #62839A

Color information

#62839A (or 0x62839A) is unknown color: approx Horizon. HEX triplet: 62, 83 and 9A. RGB value is (98,131,154). Sum of RGB (Red+Green+Blue) = 98+131+154=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #62839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62839A is #9D7C65. Grayscale: #7B7B7B. Windows color (decimal): -10320998 or 10126178. OLE color: 10126178.

HSL color Cylindrical-coordinate representation of color #62839A: hue angle of 204.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62839A is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB98131154-
CMYK0.360.1500.40
HSL204.64º22.22%49.41%-
HSV(B)204.64º36.36%60.39%-
XYZ18.9921.1633.66-
YUV123.75145.07109.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.59%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=25.59%
G=34.20%
B=40.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981311540.360.1500.40204.6422.2249.41
Hex62839A24F028cd1631
Octal14220323244170503152661
Binary11000101000001110011010100100111101010001100110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62839A; }

 p { color: rgb(98,131,154); }

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

<style>
 a { background-color: #62839A; }

 a { background-color: rgb(98,131,154); }

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

<style>
 span { border-color: #62839A; }

 span { border-color: rgb(98,131,154); }

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