Html Css Color HEX #61827D Rolling Stone

📋 copy color: '#61827D'

red 97 ◦ green 130 ◦ blue 125

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

Shades of Rolling Stone #61827D

Tints of Rolling Stone #61827D

RGB

 RED value IS 97 (38.28% from 255) = 27.56%

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

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

R = 27.56%
G = 36.93%
B = 35.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#61827D (or 0x61827D) is known color: Rolling Stone. HEX triplet: 61, 82 and 7D. RGB value is (97,130,125). Sum of RGB (Red+Green+Blue) = 97+130+125=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #61827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61827D is #9E7D82. Grayscale: #777777. Windows color (decimal): -10386819 or 8225377. OLE color: 8225377.

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

Color convert

RGB 97 130 125 -
CMYK 0.25 0 0.04 0.49
HSL 170.91º 0.15% 0.45% -
HSV(B) 170.91º 0.25% 0.51% -
XYZ 16.61 19.99 22.38 -
YUV 119.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 97 130 125 0.25 0 0.04 0.49 170.91 0.15 0.45
Hex 61 82 7D 19 0 4 31 AB F 2D
Octal 141 202 175 31 0 4 61 253 17 55
Binary 1100001 10000010 1111101 11001 0 100 110001 10101011 1111 101101

Color Harmonies of #61827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61827D

Black with #61827D

Text Example


Text Example

White with #61827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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