Html Css Color HEX #60878D Gothic

📋 copy color: '#60878D'

red 96 ◦ green 135 ◦ blue 141

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

Shades of Gothic #60878D

Tints of Gothic #60878D

RGB

 RED value IS 96 (37.89% from 255) = 25.81%

 GREEN value IS 135 (53.13% from 255) = 36.29%

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

R = 25.81%
G = 36.29%
B = 37.9%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60878D (or 0x60878D) is known color: Gothic. HEX triplet: 60, 87 and 8D. RGB value is (96,135,141). Sum of RGB (Red+Green+Blue) = 96+135+141=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #60878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60878D is #9F7872. Grayscale: #7B7B7B. Windows color (decimal): -10451059 or 9275232. OLE color: 9275232.

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

Color convert

RGB 96 135 141 -
CMYK 0.32 0.04 0 0.45
HSL 188º 0.19% 0.46% -
HSV(B) 188º 0.32% 0.55% -
XYZ 18.3 21.74 28.43 -
YUV 124.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 96 135 141 0.32 0.04 0 0.45 188 0.19 0.46
Hex 60 87 8D 20 4 0 2D BC 13 2E
Octal 140 207 215 40 4 0 55 274 23 56
Binary 1100000 10000111 10001101 100000 100 0 101101 10111100 10011 101110

Color Harmonies of #60878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60878D

Black with #60878D

Text Example


Text Example

White with #60878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,135,141); }

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

background-color css

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

 a { background-color: rgb(96,135,141); }

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

border-color css

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

 span { border-color: rgb(96,135,141); }

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