Html Css Color HEX #61878D Gothic

📋 copy color: '#61878D'

red 97 ◦ green 135 ◦ blue 141

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

Shades of Gothic #61878D

Tints of Gothic #61878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 26.01%
G = 36.19%
B = 37.8%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61878D (or 0x61878D) is known color: Gothic. HEX triplet: 61, 87 and 8D. RGB value is (97,135,141). Sum of RGB (Red+Green+Blue) = 97+135+141=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #61878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61878D is #9E7872. Grayscale: #7C7C7C. Windows color (decimal): -10385523 or 9275233. OLE color: 9275233.

HSL color Cylindrical-coordinate representation of color #61878D: hue angle of 188.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61878D is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 135 141 -
CMYK 0.31 0.04 0 0.45
HSL 188.18º 0.18% 0.47% -
HSV(B) 188.18º 0.31% 0.55% -
XYZ 18.4 21.79 28.44 -
YUV 124.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 97 135 141 0.31 0.04 0 0.45 188.18 0.18 0.47
Hex 61 87 8D 1F 4 0 2D BC 12 2F
Octal 141 207 215 37 4 0 55 274 22 57
Binary 1100001 10000111 10001101 11111 100 0 101101 10111100 10010 101111

Color Harmonies of #61878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61878D

Black with #61878D

Text Example


Text Example

White with #61878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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