#618E9B

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

Shades of Horizon #618E9B

Tints of Horizon #618E9B

Color information

#618E9B (or 0x618E9B) is unknown color: approx Horizon. HEX triplet: 61, 8E and 9B. RGB value is (97,142,155). Sum of RGB (Red+Green+Blue) = 97+142+155=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 142 (55.86% from 255 or 36.04% 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 #618E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618E9B is #9E7164. Grayscale: #818181. Windows color (decimal): -10383717 or 10194529. OLE color: 10194529.

HSL color Cylindrical-coordinate representation of color #618E9B: hue angle of 193.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #618E9B is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97142155-
CMYK0.370.0800.39
HSL193.45º23.02%49.41%-
HSV(B)193.45º37.42%60.78%-
XYZ20.5224.2534.61-
YUV130.03142.09104.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 142 (55.86% from 255) = 36.04%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=24.62%
G=36.04%
B=39.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971421550.370.0800.39193.4523.0249.41
Hex618E9B258027c11731
Octal14121623345100473012761
Binary11000011000111010011011100101100001001111100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,142,155); }

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

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

 a { background-color: rgb(97,142,155); }

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

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

 span { border-color: rgb(97,142,155); }

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