#628F9B

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

Shades of Horizon #628F9B

Tints of Horizon #628F9B

Color information

#628F9B (or 0x628F9B) is unknown color: approx Horizon. HEX triplet: 62, 8F and 9B. RGB value is (98,143,155). Sum of RGB (Red+Green+Blue) = 98+143+155=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #628F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F9B is #9D7064. Grayscale: #828282. Windows color (decimal): -10317925 or 10194786. OLE color: 10194786.

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

Color convert

RGB98143155-
CMYK0.370.0800.39
HSL192.63º22.53%49.61%-
HSV(B)192.63º36.77%60.78%-
XYZ20.7824.6134.67-
YUV130.91141.59104.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.75%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=24.75%
G=36.11%
B=39.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981431550.370.0800.39192.6322.5349.61
Hex628F9B258027c11732
Octal14221723345100473012762
Binary11000101000111110011011100101100001001111100000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628F9B; }

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

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

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

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

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

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

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

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