#62838E

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

Shades of Horizon #62838E

Tints of Horizon #62838E

Color information

#62838E (or 0x62838E) is unknown color: approx Horizon. HEX triplet: 62, 83 and 8E. RGB value is (98,131,142). Sum of RGB (Red+Green+Blue) = 98+131+142=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #62838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62838E is #9D7C71. Grayscale: #7A7A7A. Windows color (decimal): -10321010 or 9339746. OLE color: 9339746.

HSL color Cylindrical-coordinate representation of color #62838E: hue angle of 195º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62838E is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98131142-
CMYK0.310.0800.44
HSL195º18.33%47.06%-
HSV(B)195º30.99%55.69%-
XYZ18.0420.7828.65-
YUV122.39139.07110.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=26.42%
G=35.31%
B=38.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981311420.310.0800.4419518.3347.06
Hex62838E1F802Cc3122f
Octal14220321637100543032257
Binary1100010100000111000111011111100001011001100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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