#62889C

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

Shades of Horizon #62889C

Tints of Horizon #62889C

Color information

#62889C (or 0x62889C) is unknown color: approx Horizon. HEX triplet: 62, 88 and 9C. RGB value is (98,136,156). Sum of RGB (Red+Green+Blue) = 98+136+156=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #62889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62889C is #9D7763. Grayscale: #7E7E7E. Windows color (decimal): -10319716 or 10258530. OLE color: 10258530.

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

Color convert

RGB98136156-
CMYK0.370.1300.39
HSL200.69º22.83%49.8%-
HSV(B)200.69º37.18%61.18%-
XYZ19.8422.6134.77-
YUV126.92144.41107.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 156 (61.33% from 255) = 40%
R=25.13%
G=34.87%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981361560.370.1300.39200.6922.8349.8
Hex62889C25D027c91732
Octal14221023445150473112762
Binary11000101000100010011100100101110101001111100100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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