#62919C

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

Shades of Horizon #62919C

Tints of Horizon #62919C

Color information

#62919C (or 0x62919C) is unknown color: approx Horizon. HEX triplet: 62, 91 and 9C. RGB value is (98,145,156). Sum of RGB (Red+Green+Blue) = 98+145+156=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #62919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62919C is #9D6E63. Grayscale: #848484. Windows color (decimal): -10317412 or 10260834. OLE color: 10260834.

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

Color convert

RGB98145156-
CMYK0.370.0700.39
HSL191.38º22.83%49.8%-
HSV(B)191.38º37.18%61.18%-
XYZ21.1625.2535.21-
YUV132.2141.43103.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=24.56%
G=36.34%
B=39.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981451560.370.0700.39191.3822.8349.8
Hex62919C257027bf1732
Octal1422212344570472772762
Binary1100010100100011001110010010111101001111011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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