Html Css Color HEX #61827E Rolling Stone

📋 copy color: '#61827E'

red 97 ◦ green 130 ◦ blue 126

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

Shades of Rolling Stone #61827E

Tints of Rolling Stone #61827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 27.48%
G = 36.83%
B = 35.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#61827E (or 0x61827E) is known color: Rolling Stone. HEX triplet: 61, 82 and 7E. RGB value is (97,130,126). Sum of RGB (Red+Green+Blue) = 97+130+126=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #61827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61827E is #9E7D81. Grayscale: #777777. Windows color (decimal): -10386818 or 8290913. OLE color: 8290913.

HSL color Cylindrical-coordinate representation of color #61827E: hue angle of 172.73º 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 #61827E is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 126 -
CMYK 0.25 0 0.03 0.49
HSL 172.73º 0.15% 0.45% -
HSV(B) 172.73º 0.25% 0.51% -
XYZ 16.68 20.01 22.72 -
YUV 119.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 97 130 126 0.25 0 0.03 0.49 172.73 0.15 0.45
Hex 61 82 7E 19 0 3 31 AD F 2D
Octal 141 202 176 31 0 3 61 255 17 55
Binary 1100001 10000010 1111110 11001 0 11 110001 10101101 1111 101101

Color Harmonies of #61827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61827E

Black with #61827E

Text Example


Text Example

White with #61827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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