Html Css Color HEX #60878C Gothic

📋 copy color: '#60878C'

red 96 ◦ green 135 ◦ blue 140

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

Shades of Gothic #60878C

Tints of Gothic #60878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 25.88%
G = 36.39%
B = 37.74%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60878C (or 0x60878C) is known color: Gothic. HEX triplet: 60, 87 and 8C. RGB value is (96,135,140). Sum of RGB (Red+Green+Blue) = 96+135+140=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #60878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60878C is #9F7873. Grayscale: #7B7B7B. Windows color (decimal): -10451060 or 9209696. OLE color: 9209696.

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

Color convert

RGB 96 135 140 -
CMYK 0.31 0.04 0 0.45
HSL 186.82º 0.19% 0.46% -
HSV(B) 186.82º 0.31% 0.55% -
XYZ 18.22 21.71 28.04 -
YUV 123.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 96 135 140 0.31 0.04 0 0.45 186.82 0.19 0.46
Hex 60 87 8C 1F 4 0 2D BB 13 2E
Octal 140 207 214 37 4 0 55 273 23 56
Binary 1100000 10000111 10001100 11111 100 0 101101 10111011 10011 101110

Color Harmonies of #60878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60878C

Black with #60878C

Text Example


Text Example

White with #60878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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