#628D9B

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

Shades of Horizon #628D9B

Tints of Horizon #628D9B

Color information

#628D9B (or 0x628D9B) is unknown color: approx Horizon. HEX triplet: 62, 8D and 9B. RGB value is (98,141,155). Sum of RGB (Red+Green+Blue) = 98+141+155=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #628D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D9B is #9D7264. Grayscale: #818181. Windows color (decimal): -10318437 or 10194274. OLE color: 10194274.

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

Color convert

RGB98141155-
CMYK0.370.0900.39
HSL194.74º22.53%49.61%-
HSV(B)194.74º36.77%60.78%-
XYZ20.4824.0134.57-
YUV129.74142.25105.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=24.87%
G=35.79%
B=39.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981411550.370.0900.39194.7422.5349.61
Hex628D9B259027c31732
Octal14221523345110473032762
Binary11000101000110110011011100101100101001111100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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