#62909B

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

Shades of Horizon #62909B

Tints of Horizon #62909B

Color information

#62909B (or 0x62909B) is unknown color: approx Horizon. HEX triplet: 62, 90 and 9B. RGB value is (98,144,155). Sum of RGB (Red+Green+Blue) = 98+144+155=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #62909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62909B is #9D6F64. Grayscale: #838383. Windows color (decimal): -10317669 or 10195042. OLE color: 10195042.

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

Color convert

RGB98144155-
CMYK0.370.0700.39
HSL191.58º22.53%49.61%-
HSV(B)191.58º36.77%60.78%-
XYZ20.9324.9134.72-
YUV131.5141.26104.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.69%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=24.69%
G=36.27%
B=39.04%

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
Decimal981441550.370.0700.39191.5822.5349.61
Hex62909B257027c01732
Octal1422202334570473002762
Binary1100010100100001001101110010111101001111100000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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