#62889A

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

Shades of Horizon #62889A

Tints of Horizon #62889A

Color information

#62889A (or 0x62889A) is unknown color: approx Horizon. HEX triplet: 62, 88 and 9A. RGB value is (98,136,154). Sum of RGB (Red+Green+Blue) = 98+136+154=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #62889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62889A is #9D7765. Grayscale: #7E7E7E. Windows color (decimal): -10319718 or 10127458. OLE color: 10127458.

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

Color convert

RGB98136154-
CMYK0.360.1200.40
HSL199.29º22.22%49.41%-
HSV(B)199.29º36.36%60.39%-
XYZ19.6722.5433.89-
YUV126.69143.41107.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.26%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=25.26%
G=35.05%
B=39.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981361540.360.1200.40199.2922.2249.41
Hex62889A24C028c71631
Octal14221023244140503072661
Binary11000101000100010011010100100110001010001100011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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