Html Css Color HEX #60878A Gothic

📋 copy color: '#60878A'

red 96 ◦ green 135 ◦ blue 138

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

Shades of Gothic #60878A

Tints of Gothic #60878A

RGB

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

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

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

R = 26.02%
G = 36.59%
B = 37.4%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60878A (or 0x60878A) is known color: Gothic. HEX triplet: 60, 87 and 8A. RGB value is (96,135,138). Sum of RGB (Red+Green+Blue) = 96+135+138=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 135 (53.12% from 255 or 36.59% 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 #60878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60878A is #9F7875. Grayscale: #7B7B7B. Windows color (decimal): -10451062 or 9078624. OLE color: 9078624.

HSL color Cylindrical-coordinate representation of color #60878A: hue angle of 184.29º degrees, saturation: 0.18, 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 #60878A is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 135 138 -
CMYK 0.30 0.02 0 0.46
HSL 184.29º 0.18% 0.46% -
HSV(B) 184.29º 0.3% 0.54% -
XYZ 18.08 21.65 27.27 -
YUV 123.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 96 135 138 0.30 0.02 0 0.46 184.29 0.18 0.46
Hex 60 87 8A 1E 2 0 2E B8 12 2E
Octal 140 207 212 36 2 0 56 270 22 56
Binary 1100000 10000111 10001010 11110 10 0 101110 10111000 10010 101110

Color Harmonies of #60878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60878A

Black with #60878A

Text Example


Text Example

White with #60878A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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