Html Css Color HEX #60888E Gothic

📋 copy color: '#60888E'

red 96 ◦ green 136 ◦ blue 142

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

Shades of Gothic #60888E

Tints of Gothic #60888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 25.67%
G = 36.36%
B = 37.97%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60888E (or 0x60888E) is known color: Gothic. HEX triplet: 60, 88 and 8E. RGB value is (96,136,142). Sum of RGB (Red+Green+Blue) = 96+136+142=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #60888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60888E is #9F7771. Grayscale: #7C7C7C. Windows color (decimal): -10450802 or 9341024. OLE color: 9341024.

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

Color convert

RGB 96 136 142 -
CMYK 0.32 0.04 0 0.44
HSL 187.83º 0.19% 0.47% -
HSV(B) 187.83º 0.32% 0.56% -
XYZ 18.51 22.05 28.87 -
YUV 124.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 96 136 142 0.32 0.04 0 0.44 187.83 0.19 0.47
Hex 60 88 8E 20 4 0 2C BC 13 2F
Octal 140 210 216 40 4 0 54 274 23 57
Binary 1100000 10001000 10001110 100000 100 0 101100 10111100 10011 101111

Color Harmonies of #60888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60888E

Black with #60888E

Text Example


Text Example

White with #60888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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