#618B8F

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

Shades of Gothic #618B8F

Tints of Gothic #618B8F

Color information

#618B8F (or 0x618B8F) is unknown color: approx Gothic. HEX triplet: 61, 8B and 8F. RGB value is (97,139,143). Sum of RGB (Red+Green+Blue) = 97+139+143=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #618B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B8F is #9E7470. Grayscale: #7E7E7E. Windows color (decimal): -10384497 or 9407329. OLE color: 9407329.

HSL color Cylindrical-coordinate representation of color #618B8F: hue angle of 185.22º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618B8F is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97139143-
CMYK0.320.0300.44
HSL185.22º19.17%47.06%-
HSV(B)185.22º32.17%56.08%-
XYZ19.1222.9929.42-
YUV126.9137.09106.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.59%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=25.59%
G=36.68%
B=37.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971391430.320.0300.44185.2219.1747.06
Hex618B8F20302Cb9132f
Octal1412132174030542712357
Binary110000110001011100011111000001101011001011100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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