Html Css Color HEX #60898D Gothic

📋 copy color: '#60898D'

red 96 ◦ green 137 ◦ blue 141

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

Shades of Gothic #60898D

Tints of Gothic #60898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 25.67%
G = 36.63%
B = 37.7%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60898D (or 0x60898D) is known color: Gothic. HEX triplet: 60, 89 and 8D. RGB value is (96,137,141). Sum of RGB (Red+Green+Blue) = 96+137+141=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #60898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60898D is #9F7672. Grayscale: #7D7D7D. Windows color (decimal): -10450547 or 9275744. OLE color: 9275744.

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

Color convert

RGB 96 137 141 -
CMYK 0.32 0.03 0 0.45
HSL 185.33º 0.19% 0.46% -
HSV(B) 185.33º 0.32% 0.55% -
XYZ 18.58 22.3 28.52 -
YUV 125.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 96 137 141 0.32 0.03 0 0.45 185.33 0.19 0.46
Hex 60 89 8D 20 3 0 2D B9 13 2E
Octal 140 211 215 40 3 0 55 271 23 56
Binary 1100000 10001001 10001101 100000 11 0 101101 10111001 10011 101110

Color Harmonies of #60898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60898D

Black with #60898D

Text Example


Text Example

White with #60898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60898D; }

 p { color: rgb(96,137,141); }

 H1.HeaderClassName
 {
   color: #60898D;
 }
 .AnyTagClassName
 {
   color: #60898D;
 }
</style>

background-color css

<style>
 a { background-color: #60898D; }

 a { background-color: rgb(96,137,141); }

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

border-color css

<style>
 span { border-color: #60898D; }

 span { border-color: rgb(96,137,141); }

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