Html Css Color HEX #698381 Rolling Stone

📋 copy color: '#698381'

red 105 ◦ green 131 ◦ blue 129

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

Shades of Rolling Stone #698381

Tints of Rolling Stone #698381

RGB

 RED value IS 105 (41.41% from 255) = 28.77%

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 28.77%
G = 35.89%
B = 35.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#698381 (or 0x698381) is known color: Rolling Stone. HEX triplet: 69, 83 and 81. RGB value is (105,131,129). Sum of RGB (Red+Green+Blue) = 105+131+129=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 131 - color contains mainly: green. Hex color #698381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698381 is #967C7E. Grayscale: #7A7A7A. Windows color (decimal): -9862271 or 8487785. OLE color: 8487785.

HSL color Cylindrical-coordinate representation of color #698381: hue angle of 175.38º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698381 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 129 -
CMYK 0.20 0 0.02 0.49
HSL 175.38º 0.11% 0.46% -
HSV(B) 175.38º 0.2% 0.51% -
XYZ 17.9 20.82 23.84 -
YUV 123 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 105 131 129 0.20 0 0.02 0.49 175.38 0.11 0.46
Hex 69 83 81 14 0 2 31 AF B 2E
Octal 151 203 201 24 0 2 61 257 13 56
Binary 1101001 10000011 10000001 10100 0 10 110001 10101111 1011 101110

Color Harmonies of #698381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698381

Black with #698381

Text Example


Text Example

White with #698381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698381; }

 p { color: rgb(105,131,129); }

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

background-color css

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

 a { background-color: rgb(105,131,129); }

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

border-color css

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

 span { border-color: rgb(105,131,129); }

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