#628E9B

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

Shades of Horizon #628E9B

Tints of Horizon #628E9B

Color information

#628E9B (or 0x628E9B) is unknown color: approx Horizon. HEX triplet: 62, 8E and 9B. RGB value is (98,142,155). Sum of RGB (Red+Green+Blue) = 98+142+155=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #628E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E9B is #9D7164. Grayscale: #828282. Windows color (decimal): -10318181 or 10194530. OLE color: 10194530.

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

Color convert

RGB98142155-
CMYK0.370.0800.39
HSL193.68º22.53%49.61%-
HSV(B)193.68º36.77%60.78%-
XYZ20.6324.3134.62-
YUV130.33141.92104.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=24.81%
G=35.95%
B=39.24%

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
Decimal981421550.370.0800.39193.6822.5349.61
Hex628E9B258027c21732
Octal14221623345100473022762
Binary11000101000111010011011100101100001001111100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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