#678281

Color #678281 Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #678281

Tints of Rolling Stone #678281

Color information

#678281 (or 0x678281) is unknown color: approx Rolling Stone. HEX triplet: 67, 82 and 81. RGB value is (103,130,129). Sum of RGB (Red+Green+Blue) = 103+130+129=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #678281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678281 is #987D7E. Grayscale: #797979. Windows color (decimal): -9993599 or 8487527. OLE color: 8487527.

HSL color Cylindrical-coordinate representation of color #678281: hue angle of 177.78º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678281 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB103130129-
CMYK0.2100.010.49
HSL177.78º11.59%45.69%-
HSV(B)177.78º20.77%50.98%-
XYZ17.5420.4323.79-
YUV121.81132.05114.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=28.45%
G=35.91%
B=35.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301290.2100.010.49177.7811.5945.69
Hex678281150131b2c2e
Octal1472022012501612621456
Binary110011110000010100000011010101110001101100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678281; }

 p { color: rgb(103,130,129); }

 H1.HeaderClassName
 {
   color: #678281;
 }
 .AnyTagClassName
 {
   color: #678281;
 }
</style>
background-color css

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

 a { background-color: rgb(103,130,129); }

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

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

 span { border-color: rgb(103,130,129); }

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