#618B9D

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

Shades of Horizon #618B9D

Tints of Horizon #618B9D

Color information

#618B9D (or 0x618B9D) is unknown color: approx Horizon. HEX triplet: 61, 8B and 9D. RGB value is (97,139,157). Sum of RGB (Red+Green+Blue) = 97+139+157=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #618B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B9D is #9E7462. Grayscale: #808080. Windows color (decimal): -10384483 or 10324833. OLE color: 10324833.

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

Color convert

RGB97139157-
CMYK0.380.1100.38
HSL198º23.62%49.8%-
HSV(B)198º38.22%61.57%-
XYZ20.2523.4435.36-
YUV128.49144.09105.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=24.68%
G=35.37%
B=39.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971391570.380.1100.3819823.6249.8
Hex618B9D26B026c61832
Octal14121323546130463063062
Binary11000011000101110011101100110101101001101100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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