Html Css Color HEX #60827D Rolling Stone

📋 copy color: '#60827D'

red 96 ◦ green 130 ◦ blue 125

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

Shades of Rolling Stone #60827D

Tints of Rolling Stone #60827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.04%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 27.35%
G = 37.04%
B = 35.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#60827D (or 0x60827D) is known color: Rolling Stone. HEX triplet: 60, 82 and 7D. RGB value is (96,130,125). Sum of RGB (Red+Green+Blue) = 96+130+125=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #60827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60827D is #9F7D82. Grayscale: #777777. Windows color (decimal): -10452355 or 8225376. OLE color: 8225376.

HSL color Cylindrical-coordinate representation of color #60827D: hue angle of 171.18º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60827D is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 125 -
CMYK 0.26 0 0.04 0.49
HSL 171.18º 0.15% 0.44% -
HSV(B) 171.18º 0.26% 0.51% -
XYZ 16.51 19.93 22.38 -
YUV 119.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 96 130 125 0.26 0 0.04 0.49 171.18 0.15 0.44
Hex 60 82 7D 1A 0 4 31 AB F 2C
Octal 140 202 175 32 0 4 61 253 17 54
Binary 1100000 10000010 1111101 11010 0 100 110001 10101011 1111 101100

Color Harmonies of #60827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60827D

Black with #60827D

Text Example


Text Example

White with #60827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,130,125); }

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

background-color css

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

 a { background-color: rgb(96,130,125); }

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

border-color css

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

 span { border-color: rgb(96,130,125); }

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