Html Css Color HEX #608489 Gothic

📋 copy color: '#608489'

red 96 ◦ green 132 ◦ blue 137

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

Shades of Gothic #608489

Tints of Gothic #608489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 26.3%
G = 36.16%
B = 37.53%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#608489 (or 0x608489) is known color: Gothic. HEX triplet: 60, 84 and 89. RGB value is (96,132,137). Sum of RGB (Red+Green+Blue) = 96+132+137=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #608489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608489 is #9F7B76. Grayscale: #797979. Windows color (decimal): -10451831 or 9012320. OLE color: 9012320.

HSL color Cylindrical-coordinate representation of color #608489: hue angle of 187.32º 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 #608489 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 132 137 -
CMYK 0.30 0.04 0 0.46
HSL 187.32º 0.18% 0.46% -
HSV(B) 187.32º 0.3% 0.54% -
XYZ 17.59 20.8 26.75 -
YUV 121.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 96 132 137 0.30 0.04 0 0.46 187.32 0.18 0.46
Hex 60 84 89 1E 4 0 2E BB 12 2E
Octal 140 204 211 36 4 0 56 273 22 56
Binary 1100000 10000100 10001001 11110 100 0 101110 10111011 10010 101110

Color Harmonies of #608489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608489

Black with #608489

Text Example


Text Example

White with #608489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608489; }

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

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

background-color css

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

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

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

border-color css

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

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

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