#618D9B

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

Shades of Horizon #618D9B

Tints of Horizon #618D9B

Color information

#618D9B (or 0x618D9B) is unknown color: approx Horizon. HEX triplet: 61, 8D and 9B. RGB value is (97,141,155). Sum of RGB (Red+Green+Blue) = 97+141+155=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #618D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D9B is #9E7264. Grayscale: #818181. Windows color (decimal): -10383973 or 10194273. OLE color: 10194273.

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

Color convert

RGB97141155-
CMYK0.370.0900.39
HSL194.48º23.02%49.41%-
HSV(B)194.48º37.42%60.78%-
XYZ20.3723.9634.56-
YUV129.44142.42104.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=24.68%
G=35.88%
B=39.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971411550.370.0900.39194.4823.0249.41
Hex618D9B259027c21731
Octal14121523345110473022761
Binary11000011000110110011011100101100101001111100001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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