#618D9E

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

Shades of Horizon #618D9E

Tints of Horizon #618D9E

Color information

#618D9E (or 0x618D9E) is unknown color: approx Horizon. HEX triplet: 61, 8D and 9E. RGB value is (97,141,158). Sum of RGB (Red+Green+Blue) = 97+141+158=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #618D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D9E is #9E7261. Grayscale: #818181. Windows color (decimal): -10383970 or 10390881. OLE color: 10390881.

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

Color convert

RGB97141158-
CMYK0.390.1100.38
HSL196.72º23.92%50%-
HSV(B)196.72º38.61%61.96%-
XYZ20.6324.0635.9-
YUV129.78143.92104.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=24.49%
G=35.61%
B=39.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971411580.390.1100.38196.7223.9250
Hex618D9E27B026c51832
Octal14121523647130463053062
Binary11000011000110110011110100111101101001101100010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618D9E; }

 p { color: rgb(97,141,158); }

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

<style>
 a { background-color: #618D9E; }

 a { background-color: rgb(97,141,158); }

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

<style>
 span { border-color: #618D9E; }

 span { border-color: rgb(97,141,158); }

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