Html Css Color HEX #628380 Rolling Stone

📋 copy color: '#628380'

red 98 ◦ green 131 ◦ blue 128

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

Shades of Rolling Stone #628380

Tints of Rolling Stone #628380

RGB

 RED value IS 98 (38.67% from 255) = 27.45%

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

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 27.45%
G = 36.69%
B = 35.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#628380 (or 0x628380) is known color: Rolling Stone. HEX triplet: 62, 83 and 80. RGB value is (98,131,128). Sum of RGB (Red+Green+Blue) = 98+131+128=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #628380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628380 is #9D7C7F. Grayscale: #787878. Windows color (decimal): -10321024 or 8422242. OLE color: 8422242.

HSL color Cylindrical-coordinate representation of color #628380: hue angle of 174.55º degrees, saturation: 0.14, 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 #628380 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 131 128 -
CMYK 0.25 0 0.02 0.49
HSL 174.55º 0.14% 0.45% -
HSV(B) 174.55º 0.25% 0.51% -
XYZ 17.05 20.39 23.46 -
YUV 120.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 98 131 128 0.25 0 0.02 0.49 174.55 0.14 0.45
Hex 62 83 80 19 0 2 31 AF E 2D
Octal 142 203 200 31 0 2 61 257 16 55
Binary 1100010 10000011 10000000 11001 0 10 110001 10101111 1110 101101

Color Harmonies of #628380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628380

Black with #628380

Text Example


Text Example

White with #628380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628380; }

 p { color: rgb(98,131,128); }

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

background-color css

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

 a { background-color: rgb(98,131,128); }

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

border-color css

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

 span { border-color: rgb(98,131,128); }

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