#61848B

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

Shades of Gothic #61848B

Tints of Gothic #61848B

Color information

#61848B (or 0x61848B) is unknown color: approx Gothic. HEX triplet: 61, 84 and 8B. RGB value is (97,132,139). Sum of RGB (Red+Green+Blue) = 97+132+139=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #61848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61848B is #9E7B74. Grayscale: #7A7A7A. Windows color (decimal): -10386293 or 9143393. OLE color: 9143393.

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

Color convert

RGB97132139-
CMYK0.300.0500.45
HSL190º17.8%46.27%-
HSV(B)190º30.22%54.51%-
XYZ17.8420.9127.52-
YUV122.33137.4109.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=26.36%
G=35.87%
B=37.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971321390.300.0500.4519017.846.27
Hex61848B1E502Dbe122e
Octal1412042133650552762256
Binary110000110000100100010111111010101011011011111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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