Html Css Color HEX #61868A Gothic

📋 copy color: '#61868A'

red 97 ◦ green 134 ◦ blue 138

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

Shades of Gothic #61868A

Tints of Gothic #61868A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 26.29%
G = 36.31%
B = 37.4%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61868A (or 0x61868A) is known color: Gothic. HEX triplet: 61, 86 and 8A. RGB value is (97,134,138). Sum of RGB (Red+Green+Blue) = 97+134+138=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #61868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61868A is #9E7975. Grayscale: #7B7B7B. Windows color (decimal): -10385782 or 9078369. OLE color: 9078369.

HSL color Cylindrical-coordinate representation of color #61868A: hue angle of 185.85º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61868A is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 134 138 -
CMYK 0.30 0.03 0 0.46
HSL 185.85º 0.17% 0.46% -
HSV(B) 185.85º 0.3% 0.54% -
XYZ 18.04 21.43 27.23 -
YUV 123.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 97 134 138 0.30 0.03 0 0.46 185.85 0.17 0.46
Hex 61 86 8A 1E 3 0 2E BA 11 2E
Octal 141 206 212 36 3 0 56 272 21 56
Binary 1100001 10000110 10001010 11110 11 0 101110 10111010 10001 101110

Color Harmonies of #61868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61868A

Black with #61868A

Text Example


Text Example

White with #61868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61868A; }

 p { color: rgb(97,134,138); }

 H1.HeaderClassName
 {
   color: #61868A;
 }
 .AnyTagClassName
 {
   color: #61868A;
 }
</style>

background-color css

<style>
 a { background-color: #61868A; }

 a { background-color: rgb(97,134,138); }

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

border-color css

<style>
 span { border-color: #61868A; }

 span { border-color: rgb(97,134,138); }

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