Html Css Color HEX #61888B Gothic

📋 copy color: '#61888B'

red 97 ◦ green 136 ◦ blue 139

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

Shades of Gothic #61888B

Tints of Gothic #61888B

RGB

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

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

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

R = 26.08%
G = 36.56%
B = 37.37%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61888B (or 0x61888B) is known color: Gothic. HEX triplet: 61, 88 and 8B. RGB value is (97,136,139). Sum of RGB (Red+Green+Blue) = 97+136+139=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #61888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61888B is #9E7774. Grayscale: #7C7C7C. Windows color (decimal): -10385269 or 9144417. OLE color: 9144417.

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

Color convert

RGB 97 136 139 -
CMYK 0.30 0.02 0 0.45
HSL 184.29º 0.18% 0.46% -
HSV(B) 184.29º 0.3% 0.55% -
XYZ 18.39 22.01 27.71 -
YUV 124.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 97 136 139 0.30 0.02 0 0.45 184.29 0.18 0.46
Hex 61 88 8B 1E 2 0 2D B8 12 2E
Octal 141 210 213 36 2 0 55 270 22 56
Binary 1100001 10001000 10001011 11110 10 0 101101 10111000 10010 101110

Color Harmonies of #61888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61888B

Black with #61888B

Text Example


Text Example

White with #61888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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