Html Css Color HEX #618486 Gothic

📋 copy color: '#618486'

red 97 ◦ green 132 ◦ blue 134

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

Shades of Gothic #618486

Tints of Gothic #618486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 26.72%
G = 36.36%
B = 36.91%

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

#618486 (or 0x618486) is known color: Gothic. HEX triplet: 61, 84 and 86. RGB value is (97,132,134). Sum of RGB (Red+Green+Blue) = 97+132+134=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #618486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618486 is #9E7B79. Grayscale: #797979. Windows color (decimal): -10386298 or 8815713. OLE color: 8815713.

HSL color Cylindrical-coordinate representation of color #618486: hue angle of 183.24º 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 #618486 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 132 134 -
CMYK 0.28 0.01 0 0.47
HSL 183.24º 0.16% 0.45% -
HSV(B) 183.24º 0.28% 0.53% -
XYZ 17.48 20.77 25.64 -
YUV 121.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 97 132 134 0.28 0.01 0 0.47 183.24 0.16 0.45
Hex 61 84 86 1C 1 0 2F B7 10 2D
Octal 141 204 206 34 1 0 57 267 20 55
Binary 1100001 10000100 10000110 11100 1 0 101111 10110111 10000 101101

Color Harmonies of #618486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618486

Black with #618486

Text Example


Text Example

White with #618486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618486; }

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

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

background-color css

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

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

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

border-color css

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

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

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