#629097

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

Shades of Horizon #629097

Tints of Horizon #629097

Color information

#629097 (or 0x629097) is unknown color: approx Horizon. HEX triplet: 62, 90 and 97. RGB value is (98,144,151). Sum of RGB (Red+Green+Blue) = 98+144+151=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #629097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629097 is #9D6F68. Grayscale: #828282. Windows color (decimal): -10317673 or 9932898. OLE color: 9932898.

HSL color Cylindrical-coordinate representation of color #629097: hue angle of 187.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629097 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98144151-
CMYK0.350.0500.41
HSL187.92º21.29%48.82%-
HSV(B)187.92º35.1%59.22%-
XYZ20.624.7832.98-
YUV131.04139.26104.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=24.94%
G=36.64%
B=38.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981441510.350.0500.41187.9221.2948.82
Hex629097235029bc1531
Octal1422202274350512742561
Binary1100010100100001001011110001110101010011011110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629097; }

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

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

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

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

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

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

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

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