#628B96

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

Shades of Horizon #628B96

Tints of Horizon #628B96

Color information

#628B96 (or 0x628B96) is unknown color: approx Horizon. HEX triplet: 62, 8B and 96. RGB value is (98,139,150). Sum of RGB (Red+Green+Blue) = 98+139+150=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #628B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B96 is #9D7469. Grayscale: #7F7F7F. Windows color (decimal): -10318954 or 9866082. OLE color: 9866082.

HSL color Cylindrical-coordinate representation of color #628B96: hue angle of 192.69º 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 #628B96 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98139150-
CMYK0.350.0700.41
HSL192.69º20.97%48.63%-
HSV(B)192.69º34.67%58.82%-
XYZ19.7723.2632.3-
YUV127.99140.42106.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=25.32%
G=35.92%
B=38.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981391500.350.0700.41192.6920.9748.63
Hex628B96237029c11531
Octal1422132264370513012561
Binary1100010100010111001011010001111101010011100000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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