Html Css Color HEX #60888F Gothic

📋 copy color: '#60888F'

red 96 ◦ green 136 ◦ blue 143

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

Shades of Gothic #60888F

Tints of Gothic #60888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 25.6%
G = 36.27%
B = 38.13%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60888F (or 0x60888F) is known color: Gothic. HEX triplet: 60, 88 and 8F. RGB value is (96,136,143). Sum of RGB (Red+Green+Blue) = 96+136+143=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #60888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60888F is #9F7770. Grayscale: #7C7C7C. Windows color (decimal): -10450801 or 9406560. OLE color: 9406560.

HSL color Cylindrical-coordinate representation of color #60888F: hue angle of 188.94º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60888F is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 136 143 -
CMYK 0.33 0.05 0 0.44
HSL 188.94º 0.2% 0.47% -
HSV(B) 188.94º 0.33% 0.56% -
XYZ 18.59 22.08 29.27 -
YUV 124.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 96 136 143 0.33 0.05 0 0.44 188.94 0.2 0.47
Hex 60 88 8F 21 5 0 2C BD 14 2F
Octal 140 210 217 41 5 0 54 275 24 57
Binary 1100000 10001000 10001111 100001 101 0 101100 10111101 10100 101111

Color Harmonies of #60888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60888F

Black with #60888F

Text Example


Text Example

White with #60888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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