#628494

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

Shades of Horizon #628494

Tints of Horizon #628494

Color information

#628494 (or 0x628494) is unknown color: approx Horizon. HEX triplet: 62, 84 and 94. RGB value is (98,132,148). Sum of RGB (Red+Green+Blue) = 98+132+148=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #628494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628494 is #9D7B6B. Grayscale: #7B7B7B. Windows color (decimal): -10320748 or 9733218. OLE color: 9733218.

HSL color Cylindrical-coordinate representation of color #628494: hue angle of 199.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #628494 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98132148-
CMYK0.340.1100.42
HSL199.2º20.33%48.24%-
HSV(B)199.2º33.78%58.04%-
XYZ18.6321.2431.13-
YUV123.66141.74109.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=25.93%
G=34.92%
B=39.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981321480.340.1100.42199.220.3348.24
Hex62849422B02Ac71430
Octal14220422442130523072460
Binary11000101000010010010100100010101101010101100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628494; }

 p { color: rgb(98,132,148); }

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

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

 a { background-color: rgb(98,132,148); }

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

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

 span { border-color: rgb(98,132,148); }

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