Html Css Color HEX #61898D Gothic

📋 copy color: '#61898D'

red 97 ◦ green 137 ◦ blue 141

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

Shades of Gothic #61898D

Tints of Gothic #61898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 25.87%
G = 36.53%
B = 37.6%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61898D (or 0x61898D) is known color: Gothic. HEX triplet: 61, 89 and 8D. RGB value is (97,137,141). Sum of RGB (Red+Green+Blue) = 97+137+141=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #61898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61898D is #9E7672. Grayscale: #7D7D7D. Windows color (decimal): -10385011 or 9275745. OLE color: 9275745.

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

Color convert

RGB 97 137 141 -
CMYK 0.31 0.03 0 0.45
HSL 185.45º 0.18% 0.47% -
HSV(B) 185.45º 0.31% 0.55% -
XYZ 18.68 22.36 28.53 -
YUV 125.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 97 137 141 0.31 0.03 0 0.45 185.45 0.18 0.47
Hex 61 89 8D 1F 3 0 2D B9 12 2F
Octal 141 211 215 37 3 0 55 271 22 57
Binary 1100001 10001001 10001101 11111 11 0 101101 10111001 10010 101111

Color Harmonies of #61898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61898D

Black with #61898D

Text Example


Text Example

White with #61898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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