Html Css Color HEX #60878E Gothic

📋 copy color: '#60878E'

red 96 ◦ green 135 ◦ blue 142

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

Shades of Gothic #60878E

Tints of Gothic #60878E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.07%

R = 25.74%
G = 36.19%
B = 38.07%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60878E (or 0x60878E) is known color: Gothic. HEX triplet: 60, 87 and 8E. RGB value is (96,135,142). Sum of RGB (Red+Green+Blue) = 96+135+142=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #60878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60878E is #9F7871. Grayscale: #7C7C7C. Windows color (decimal): -10451058 or 9340768. OLE color: 9340768.

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

Color convert

RGB 96 135 142 -
CMYK 0.32 0.05 0 0.44
HSL 189.13º 0.19% 0.47% -
HSV(B) 189.13º 0.32% 0.56% -
XYZ 18.37 21.77 28.82 -
YUV 124.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 96 135 142 0.32 0.05 0 0.44 189.13 0.19 0.47
Hex 60 87 8E 20 5 0 2C BD 13 2F
Octal 140 207 216 40 5 0 54 275 23 57
Binary 1100000 10000111 10001110 100000 101 0 101100 10111101 10011 101111

Color Harmonies of #60878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60878E

Black with #60878E

Text Example


Text Example

White with #60878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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