#61898F

Color #61898F Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #61898F

Tints of Gothic #61898F

Color information

#61898F (or 0x61898F) is unknown color: approx Gothic. HEX triplet: 61, 89 and 8F. RGB value is (97,137,143). Sum of RGB (Red+Green+Blue) = 97+137+143=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 143 - color contains mainly: blue. Hex color #61898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61898F is #9E7670. Grayscale: #7D7D7D. Windows color (decimal): -10385009 or 9406817. OLE color: 9406817.

HSL color Cylindrical-coordinate representation of color #61898F: hue angle of 187.83º 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 #61898F is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97137143-
CMYK0.320.0400.44
HSL187.83º19.17%47.06%-
HSV(B)187.83º32.17%56.08%-
XYZ18.8322.4229.32-
YUV125.72137.75107.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=25.73%
G=36.34%
B=37.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971371430.320.0400.44187.8319.1747.06
Hex61898F20402Cbc132f
Octal1412112174040542742357
Binary1100001100010011000111110000010001011001011110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61898F;
 }
 .AnyTagClassName
 {
   color: #61898F;
 }
</style>
background-color css

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

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

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

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

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

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