#618D93

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

Shades of Gothic #618D93

Tints of Gothic #618D93

Color information

#618D93 (or 0x618D93) is unknown color: approx Gothic. HEX triplet: 61, 8D and 93. RGB value is (97,141,147). Sum of RGB (Red+Green+Blue) = 97+141+147=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #618D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D93 is #9E726C. Grayscale: #808080. Windows color (decimal): -10383981 or 9669985. OLE color: 9669985.

HSL color Cylindrical-coordinate representation of color #618D93: hue angle of 187.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #618D93 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97141147-
CMYK0.340.0400.42
HSL187.2º20.49%47.84%-
HSV(B)187.2º34.01%57.65%-
XYZ19.7223.731.14-
YUV128.53138.42105.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=25.19%
G=36.62%
B=38.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971411470.340.0400.42187.220.4947.84
Hex618D9322402Abb1430
Octal1412152234240522732460
Binary1100001100011011001001110001010001010101011101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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