#618D9C

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

Shades of Horizon #618D9C

Tints of Horizon #618D9C

Color information

#618D9C (or 0x618D9C) is unknown color: approx Horizon. HEX triplet: 61, 8D and 9C. RGB value is (97,141,156). Sum of RGB (Red+Green+Blue) = 97+141+156=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #618D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D9C is #9E7263. Grayscale: #818181. Windows color (decimal): -10383972 or 10259809. OLE color: 10259809.

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

Color convert

RGB97141156-
CMYK0.380.1000.39
HSL195.25º23.32%49.61%-
HSV(B)195.25º37.82%61.18%-
XYZ20.4623.9935.01-
YUV129.55142.92104.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=24.62%
G=35.79%
B=39.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971411560.380.1000.39195.2523.3249.61
Hex618D9C26A027c31732
Octal14121523446120473032762
Binary11000011000110110011100100110101001001111100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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