Html Css Color HEX #61888E Gothic

📋 copy color: '#61888E'

red 97 ◦ green 136 ◦ blue 142

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

Shades of Gothic #61888E

Tints of Gothic #61888E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 25.87%
G = 36.27%
B = 37.87%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61888E (or 0x61888E) is known color: Gothic. HEX triplet: 61, 88 and 8E. RGB value is (97,136,142). Sum of RGB (Red+Green+Blue) = 97+136+142=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #61888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61888E is #9E7771. Grayscale: #7C7C7C. Windows color (decimal): -10385266 or 9341025. OLE color: 9341025.

HSL color Cylindrical-coordinate representation of color #61888E: hue angle of 188º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61888E is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 136 142 -
CMYK 0.32 0.04 0 0.44
HSL 188º 0.19% 0.47% -
HSV(B) 188º 0.32% 0.56% -
XYZ 18.62 22.1 28.88 -
YUV 125.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 97 136 142 0.32 0.04 0 0.44 188 0.19 0.47
Hex 61 88 8E 20 4 0 2C BC 13 2F
Octal 141 210 216 40 4 0 54 274 23 57
Binary 1100001 10001000 10001110 100000 100 0 101100 10111100 10011 101111

Color Harmonies of #61888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61888E

Black with #61888E

Text Example


Text Example

White with #61888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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