Html Css Color HEX #618488 Gothic

📋 copy color: '#618488'

red 97 ◦ green 132 ◦ blue 136

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

Shades of Gothic #618488

Tints of Gothic #618488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 26.58%
G = 36.16%
B = 37.26%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#618488 (or 0x618488) is known color: Gothic. HEX triplet: 61, 84 and 88. RGB value is (97,132,136). Sum of RGB (Red+Green+Blue) = 97+132+136=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #618488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618488 is #9E7B77. Grayscale: #797979. Windows color (decimal): -10386296 or 8946785. OLE color: 8946785.

HSL color Cylindrical-coordinate representation of color #618488: hue angle of 186.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618488 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 132 136 -
CMYK 0.29 0.03 0 0.47
HSL 186.15º 0.17% 0.46% -
HSV(B) 186.15º 0.29% 0.53% -
XYZ 17.62 20.82 26.38 -
YUV 121.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 97 132 136 0.29 0.03 0 0.47 186.15 0.17 0.46
Hex 61 84 88 1D 3 0 2F BA 11 2E
Octal 141 204 210 35 3 0 57 272 21 56
Binary 1100001 10000100 10001000 11101 11 0 101111 10111010 10001 101110

Color Harmonies of #618488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618488

Black with #618488

Text Example


Text Example

White with #618488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618488; }

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

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

background-color css

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

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

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

border-color css

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

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

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