#618B9C

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

Shades of Horizon #618B9C

Tints of Horizon #618B9C

Color information

#618B9C (or 0x618B9C) is unknown color: approx Horizon. HEX triplet: 61, 8B and 9C. RGB value is (97,139,156). Sum of RGB (Red+Green+Blue) = 97+139+156=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #618B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B9C is #9E7463. Grayscale: #808080. Windows color (decimal): -10384484 or 10259297. OLE color: 10259297.

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

Color convert

RGB97139156-
CMYK0.380.1100.39
HSL197.29º23.32%49.61%-
HSV(B)197.29º37.82%61.18%-
XYZ20.1623.4134.91-
YUV128.38143.59105.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=24.74%
G=35.46%
B=39.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971391560.380.1100.39197.2923.3249.61
Hex618B9C26B027c51732
Octal14121323446130473052762
Binary11000011000101110011100100110101101001111100010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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