#628B9E

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

Shades of Horizon #628B9E

Tints of Horizon #628B9E

Color information

#628B9E (or 0x628B9E) is unknown color: approx Horizon. HEX triplet: 62, 8B and 9E. RGB value is (98,139,158). Sum of RGB (Red+Green+Blue) = 98+139+158=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #628B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B9E is #9D7461. Grayscale: #808080. Windows color (decimal): -10318946 or 10390370. OLE color: 10390370.

HSL color Cylindrical-coordinate representation of color #628B9E: hue angle of 199º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #628B9E is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98139158-
CMYK0.380.1200.38
HSL199º23.62%50.2%-
HSV(B)199º37.97%61.96%-
XYZ20.4423.5335.81-
YUV128.91144.42105.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 158 (62.11% from 255) = 40%
R=24.81%
G=35.19%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981391580.380.1200.3819923.6250.2
Hex628B9E26C026c71832
Octal14221323646140463073062
Binary11000101000101110011110100110110001001101100011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,139,158); }

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

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

 a { background-color: rgb(98,139,158); }

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

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

 span { border-color: rgb(98,139,158); }

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