Html Css Color HEX #61888D Gothic

📋 copy color: '#61888D'

red 97 ◦ green 136 ◦ blue 141

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

Shades of Gothic #61888D

Tints of Gothic #61888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 25.94%
G = 36.36%
B = 37.7%

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

#61888D (or 0x61888D) is known color: Gothic. HEX triplet: 61, 88 and 8D. RGB value is (97,136,141). Sum of RGB (Red+Green+Blue) = 97+136+141=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #61888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61888D is #9E7772. Grayscale: #7C7C7C. Windows color (decimal): -10385267 or 9275489. OLE color: 9275489.

HSL color Cylindrical-coordinate representation of color #61888D: hue angle of 186.82º 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 #61888D is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 136 141 -
CMYK 0.31 0.04 0 0.45
HSL 186.82º 0.18% 0.47% -
HSV(B) 186.82º 0.31% 0.55% -
XYZ 18.54 22.07 28.48 -
YUV 124.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 97 136 141 0.31 0.04 0 0.45 186.82 0.18 0.47
Hex 61 88 8D 1F 4 0 2D BB 12 2F
Octal 141 210 215 37 4 0 55 273 22 57
Binary 1100001 10001000 10001101 11111 100 0 101101 10111011 10010 101111

Color Harmonies of #61888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61888D

Black with #61888D

Text Example


Text Example

White with #61888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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