#628D9C

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

Shades of Horizon #628D9C

Tints of Horizon #628D9C

Color information

#628D9C (or 0x628D9C) is unknown color: approx Horizon. HEX triplet: 62, 8D and 9C. RGB value is (98,141,156). Sum of RGB (Red+Green+Blue) = 98+141+156=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #628D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D9C is #9D7263. Grayscale: #818181. Windows color (decimal): -10318436 or 10259810. OLE color: 10259810.

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

Color convert

RGB98141156-
CMYK0.370.1000.39
HSL195.52º22.83%49.8%-
HSV(B)195.52º37.18%61.18%-
XYZ20.5624.0535.01-
YUV129.85142.75105.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=24.81%
G=35.70%
B=39.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981411560.370.1000.39195.5222.8349.8
Hex628D9C25A027c41732
Octal14221523445120473042762
Binary11000101000110110011100100101101001001111100010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,141,156); }

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

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

 a { background-color: rgb(98,141,156); }

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

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

 span { border-color: rgb(98,141,156); }

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