Html Css Color HEX #6A827D Rolling Stone

📋 copy color: '#6A827D'

red 106 ◦ green 130 ◦ blue 125

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

Shades of Rolling Stone #6A827D

Tints of Rolling Stone #6A827D

RGB

 RED value IS 106 (41.8% from 255) = 29.36%

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

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

R = 29.36%
G = 36.01%
B = 34.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#6A827D (or 0x6A827D) is known color: Rolling Stone. HEX triplet: 6A, 82 and 7D. RGB value is (106,130,125). Sum of RGB (Red+Green+Blue) = 106+130+125=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #6A827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A827D is #957D82. Grayscale: #7A7A7A. Windows color (decimal): -9796995 or 8225386. OLE color: 8225386.

HSL color Cylindrical-coordinate representation of color #6A827D: hue angle of 167.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A827D is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 130 125 -
CMYK 0.18 0 0.04 0.49
HSL 167.5º 0.1% 0.46% -
HSV(B) 167.5º 0.18% 0.51% -
XYZ 17.63 20.51 22.43 -
YUV 122.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 106 130 125 0.18 0 0.04 0.49 167.5 0.1 0.46
Hex 6A 82 7D 12 0 4 31 A8 A 2E
Octal 152 202 175 22 0 4 61 250 12 56
Binary 1101010 10000010 1111101 10010 0 100 110001 10101000 1010 101110

Color Harmonies of #6A827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A827D

Black with #6A827D

Text Example


Text Example

White with #6A827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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