Html Css Color HEX #63827D Rolling Stone

📋 copy color: '#63827D'

red 99 ◦ green 130 ◦ blue 125

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

Shades of Rolling Stone #63827D

Tints of Rolling Stone #63827D

RGB

 RED value IS 99 (39.06% from 255) = 27.97%

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

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

R = 27.97%
G = 36.72%
B = 35.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#63827D (or 0x63827D) is known color: Rolling Stone. HEX triplet: 63, 82 and 7D. RGB value is (99,130,125). Sum of RGB (Red+Green+Blue) = 99+130+125=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #63827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63827D is #9C7D82. Grayscale: #787878. Windows color (decimal): -10255747 or 8225379. OLE color: 8225379.

HSL color Cylindrical-coordinate representation of color #63827D: hue angle of 170.32º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63827D is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 125 -
CMYK 0.24 0 0.04 0.49
HSL 170.32º 0.14% 0.45% -
HSV(B) 170.32º 0.24% 0.51% -
XYZ 16.83 20.1 22.39 -
YUV 120.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 99 130 125 0.24 0 0.04 0.49 170.32 0.14 0.45
Hex 63 82 7D 18 0 4 31 AA E 2D
Octal 143 202 175 30 0 4 61 252 16 55
Binary 1100011 10000010 1111101 11000 0 100 110001 10101010 1110 101101

Color Harmonies of #63827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63827D

Black with #63827D

Text Example


Text Example

White with #63827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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