#62868F

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

Shades of Horizon #62868F

Tints of Horizon #62868F

Color information

#62868F (or 0x62868F) is unknown color: approx Horizon. HEX triplet: 62, 86 and 8F. RGB value is (98,134,143). Sum of RGB (Red+Green+Blue) = 98+134+143=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #62868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62868F is #9D7970. Grayscale: #7C7C7C. Windows color (decimal): -10320241 or 9406050. OLE color: 9406050.

HSL color Cylindrical-coordinate representation of color #62868F: hue angle of 192º degrees, saturation: 0.19, 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 #62868F is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98134143-
CMYK0.310.0600.44
HSL192º18.67%47.25%-
HSV(B)192º31.47%56.08%-
XYZ18.5221.6329.19-
YUV124.26138.57109.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=26.13%
G=35.73%
B=38.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981341430.310.0600.4419218.6747.25
Hex62868F1F602Cc0132f
Octal1422062173760543002357
Binary110001010000110100011111111111001011001100000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62868F; }

 p { color: rgb(98,134,143); }

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

<style>
 a { background-color: #62868F; }

 a { background-color: rgb(98,134,143); }

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

<style>
 span { border-color: #62868F; }

 span { border-color: rgb(98,134,143); }

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