#628E9E

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

Shades of Horizon #628E9E

Tints of Horizon #628E9E

Color information

#628E9E (or 0x628E9E) is unknown color: approx Horizon. HEX triplet: 62, 8E and 9E. RGB value is (98,142,158). Sum of RGB (Red+Green+Blue) = 98+142+158=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #628E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E9E is #9D7161. Grayscale: #828282. Windows color (decimal): -10318178 or 10391138. OLE color: 10391138.

HSL color Cylindrical-coordinate representation of color #628E9E: hue angle of 196º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #628E9E is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB98142158-
CMYK0.380.1000.38
HSL196º23.62%50.2%-
HSV(B)196º37.97%61.96%-
XYZ20.8824.4135.96-
YUV130.67143.42104.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.62%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=24.62%
G=35.68%
B=39.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981421580.380.1000.3819623.6250.2
Hex628E9E26A026c41832
Octal14221623646120463043062
Binary11000101000111010011110100110101001001101100010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,142,158); }

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

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

 a { background-color: rgb(98,142,158); }

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

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

 span { border-color: rgb(98,142,158); }

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