#62889B

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

Shades of Horizon #62889B

Tints of Horizon #62889B

Color information

#62889B (or 0x62889B) is unknown color: approx Horizon. HEX triplet: 62, 88 and 9B. RGB value is (98,136,155). Sum of RGB (Red+Green+Blue) = 98+136+155=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #62889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62889B is #9D7764. Grayscale: #7E7E7E. Windows color (decimal): -10319717 or 10192994. OLE color: 10192994.

HSL color Cylindrical-coordinate representation of color #62889B: hue angle of 200º 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 #62889B is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98136155-
CMYK0.370.1200.39
HSL200º22.53%49.61%-
HSV(B)200º36.77%60.78%-
XYZ19.7622.5734.33-
YUV126.8143.91107.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.19%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=25.19%
G=34.96%
B=39.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981361550.370.1200.3920022.5349.61
Hex62889B25C027c81732
Octal14221023345140473102762
Binary11000101000100010011011100101110001001111100100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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