#618E96

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

Shades of Horizon #618E96

Tints of Horizon #618E96

Color information

#618E96 (or 0x618E96) is unknown color: approx Horizon. HEX triplet: 61, 8E and 96. RGB value is (97,142,150). Sum of RGB (Red+Green+Blue) = 97+142+150=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #618E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618E96 is #9E7169. Grayscale: #818181. Windows color (decimal): -10383722 or 9866849. OLE color: 9866849.

HSL color Cylindrical-coordinate representation of color #618E96: hue angle of 189.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #618E96 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97142150-
CMYK0.350.0500.41
HSL189.06º21.46%48.43%-
HSV(B)189.06º35.33%58.82%-
XYZ20.1124.0932.44-
YUV129.46139.59104.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=24.94%
G=36.50%
B=38.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971421500.350.0500.41189.0621.4648.43
Hex618E96235029bd1530
Octal1412162264350512752560
Binary1100001100011101001011010001110101010011011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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