Html Css Color HEX #618588 Gothic

📋 copy color: '#618588'

red 97 ◦ green 133 ◦ blue 136

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

Shades of Gothic #618588

Tints of Gothic #618588

RGB

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

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

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

R = 26.5%
G = 36.34%
B = 37.16%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#618588 (or 0x618588) is known color: Gothic. HEX triplet: 61, 85 and 88. RGB value is (97,133,136). Sum of RGB (Red+Green+Blue) = 97+133+136=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #618588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618588 is #9E7A77. Grayscale: #7A7A7A. Windows color (decimal): -10386040 or 8947041. OLE color: 8947041.

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

Color convert

RGB 97 133 136 -
CMYK 0.29 0.02 0 0.47
HSL 184.62º 0.17% 0.46% -
HSV(B) 184.62º 0.29% 0.53% -
XYZ 17.76 21.09 26.43 -
YUV 122.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 97 133 136 0.29 0.02 0 0.47 184.62 0.17 0.46
Hex 61 85 88 1D 2 0 2F B9 11 2E
Octal 141 205 210 35 2 0 57 271 21 56
Binary 1100001 10000101 10001000 11101 10 0 101111 10111001 10001 101110

Color Harmonies of #618588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618588

Black with #618588

Text Example


Text Example

White with #618588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618588; }

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

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

background-color css

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

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

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

border-color css

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

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

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