#618E9D

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

Shades of Horizon #618E9D

Tints of Horizon #618E9D

Color information

#618E9D (or 0x618E9D) is unknown color: approx Horizon. HEX triplet: 61, 8E and 9D. RGB value is (97,142,157). Sum of RGB (Red+Green+Blue) = 97+142+157=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #618E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618E9D is #9E7162. Grayscale: #828282. Windows color (decimal): -10383715 or 10325601. OLE color: 10325601.

HSL color Cylindrical-coordinate representation of color #618E9D: hue angle of 195º 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 #618E9D is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97142157-
CMYK0.380.1000.38
HSL195º23.62%49.8%-
HSV(B)195º38.22%61.57%-
XYZ20.6924.3235.5-
YUV130.26143.09104.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=24.49%
G=35.86%
B=39.65%

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
Decimal971421570.380.1000.3819523.6249.8
Hex618E9D26A026c31832
Octal14121623546120463033062
Binary11000011000111010011101100110101001001101100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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