Html Css Color HEX #607672 Rolling Stone

📋 copy color: '#607672'

red 96 ◦ green 118 ◦ blue 114

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

Shades of Rolling Stone #607672

Tints of Rolling Stone #607672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 29.27%
G = 35.98%
B = 34.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#607672 (or 0x607672) is known color: Rolling Stone. HEX triplet: 60, 76 and 72. RGB value is (96,118,114). Sum of RGB (Red+Green+Blue) = 96+118+114=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #607672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607672 is #9F898D. Grayscale: #6E6E6E. Windows color (decimal): -10455438 or 7501408. OLE color: 7501408.

HSL color Cylindrical-coordinate representation of color #607672: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #607672 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 114 -
CMYK 0.19 0 0.03 0.54
HSL 169.09º 0.1% 0.42% -
HSV(B) 169.09º 0.19% 0.46% -
XYZ 14.34 16.66 18.38 -
YUV 110.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 96 118 114 0.19 0 0.03 0.54 169.09 0.1 0.42
Hex 60 76 72 13 0 3 36 A9 A 2A
Octal 140 166 162 23 0 3 66 251 12 52
Binary 1100000 1110110 1110010 10011 0 11 110110 10101001 1010 101010

Color Harmonies of #607672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607672

Black with #607672

Text Example


Text Example

White with #607672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607672; }

 p { color: rgb(96,118,114); }

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

background-color css

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

 a { background-color: rgb(96,118,114); }

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

border-color css

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

 span { border-color: rgb(96,118,114); }

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