#628B97

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

Shades of Horizon #628B97

Tints of Horizon #628B97

Color information

#628B97 (or 0x628B97) is unknown color: approx Horizon. HEX triplet: 62, 8B and 97. RGB value is (98,139,151). Sum of RGB (Red+Green+Blue) = 98+139+151=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #628B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B97 is #9D7468. Grayscale: #808080. Windows color (decimal): -10318953 or 9931618. OLE color: 9931618.

HSL color Cylindrical-coordinate representation of color #628B97: hue angle of 193.58º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #628B97 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98139151-
CMYK0.350.0800.41
HSL193.58º21.29%48.82%-
HSV(B)193.58º35.1%59.22%-
XYZ19.8623.332.73-
YUV128.11140.92106.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.26%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=25.26%
G=35.82%
B=38.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981391510.350.0800.41193.5821.2948.82
Hex628B97238029c21531
Octal14221322743100513022561
Binary11000101000101110010111100011100001010011100001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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