#628192

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

Shades of Horizon #628192

Tints of Horizon #628192

Color information

#628192 (or 0x628192) is unknown color: approx Horizon. HEX triplet: 62, 81 and 92. RGB value is (98,129,146). Sum of RGB (Red+Green+Blue) = 98+129+146=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #628192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628192 is #9D7E6D. Grayscale: #797979. Windows color (decimal): -10321518 or 9601378. OLE color: 9601378.

HSL color Cylindrical-coordinate representation of color #628192: hue angle of 201.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #628192 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB98129146-
CMYK0.330.1200.43
HSL201.25º19.67%47.84%-
HSV(B)201.25º32.88%57.25%-
XYZ18.0820.3730.17-
YUV121.67141.73111.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=26.27%
G=34.58%
B=39.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981291460.330.1200.43201.2519.6747.84
Hex62819221C02Bc91430
Octal14220122241140533112460
Binary11000101000000110010010100001110001010111100100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628192; }

 p { color: rgb(98,129,146); }

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

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

 a { background-color: rgb(98,129,146); }

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

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

 span { border-color: rgb(98,129,146); }

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