#628B95

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

Shades of Horizon #628B95

Tints of Horizon #628B95

Color information

#628B95 (or 0x628B95) is unknown color: approx Horizon. HEX triplet: 62, 8B and 95. RGB value is (98,139,149). Sum of RGB (Red+Green+Blue) = 98+139+149=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #628B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B95 is #9D746A. Grayscale: #7F7F7F. Windows color (decimal): -10318955 or 9800546. OLE color: 9800546.

HSL color Cylindrical-coordinate representation of color #628B95: hue angle of 191.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #628B95 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98139149-
CMYK0.340.0700.42
HSL191.76º20.65%48.43%-
HSV(B)191.76º34.23%58.43%-
XYZ19.6923.2331.88-
YUV127.88139.92106.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.39%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=25.39%
G=36.01%
B=38.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981391490.340.0700.42191.7620.6548.43
Hex628B9522702Ac01530
Octal1422132254270523002560
Binary1100010100010111001010110001011101010101100000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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