Html Css Color HEX #618586 Gothic

📋 copy color: '#618586'

red 97 ◦ green 133 ◦ blue 134

#618586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #618586

Tints of Gothic #618586

RGB

 RED value IS 97 (38.28% from 255) = 26.65%

 GREEN value IS 133 (52.34% from 255) = 36.54%

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 26.65%
G = 36.54%
B = 36.81%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#618586 (or 0x618586) is known color: Gothic. HEX triplet: 61, 85 and 86. RGB value is (97,133,134). Sum of RGB (Red+Green+Blue) = 97+133+134=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #618586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618586 is #9E7A79. Grayscale: #7A7A7A. Windows color (decimal): -10386042 or 8815969. OLE color: 8815969.

HSL color Cylindrical-coordinate representation of color #618586: hue angle of 181.62º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618586 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 133 134 -
CMYK 0.28 0.01 0 0.47
HSL 181.62º 0.16% 0.45% -
HSV(B) 181.62º 0.28% 0.53% -
XYZ 17.62 21.04 25.69 -
YUV 122.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 97 133 134 0.28 0.01 0 0.47 181.62 0.16 0.45
Hex 61 85 86 1C 1 0 2F B6 10 2D
Octal 141 205 206 34 1 0 57 266 20 55
Binary 1100001 10000101 10000110 11100 1 0 101111 10110110 10000 101101

Color Harmonies of #618586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618586

Black with #618586

Text Example


Text Example

White with #618586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618586; }

 p { color: rgb(97,133,134); }

 H1.HeaderClassName
 {
   color: #618586;
 }
 .AnyTagClassName
 {
   color: #618586;
 }
</style>

background-color css

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

 a { background-color: rgb(97,133,134); }

 div.DivClassName
 {
   background-color: #618586;
 }
 .BgClassName
 {
   background-color: #618586;
 }
</style>

border-color css

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

 span { border-color: rgb(97,133,134); }

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