Html Css Color HEX #61878B Gothic

📋 copy color: '#61878B'

red 97 ◦ green 135 ◦ blue 139

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

Shades of Gothic #61878B

Tints of Gothic #61878B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 26.15%
G = 36.39%
B = 37.47%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61878B (or 0x61878B) is known color: Gothic. HEX triplet: 61, 87 and 8B. RGB value is (97,135,139). Sum of RGB (Red+Green+Blue) = 97+135+139=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #61878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61878B is #9E7874. Grayscale: #7C7C7C. Windows color (decimal): -10385525 or 9144161. OLE color: 9144161.

HSL color Cylindrical-coordinate representation of color #61878B: hue angle of 185.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61878B is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 135 139 -
CMYK 0.30 0.03 0 0.45
HSL 185.71º 0.18% 0.46% -
HSV(B) 185.71º 0.3% 0.55% -
XYZ 18.25 21.73 27.66 -
YUV 124.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 97 135 139 0.30 0.03 0 0.45 185.71 0.18 0.46
Hex 61 87 8B 1E 3 0 2D BA 12 2E
Octal 141 207 213 36 3 0 55 272 22 56
Binary 1100001 10000111 10001011 11110 11 0 101101 10111010 10010 101110

Color Harmonies of #61878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61878B

Black with #61878B

Text Example


Text Example

White with #61878B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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