Html Css Color HEX #636A68 Rolling Stone

📋 copy color: '#636A68'

red 99 ◦ green 106 ◦ blue 104

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

Shades of Rolling Stone #636A68

Tints of Rolling Stone #636A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 32.04%
G = 34.3%
B = 33.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#636A68 (or 0x636A68) is known color: Rolling Stone. HEX triplet: 63, 6A and 68. RGB value is (99,106,104). Sum of RGB (Red+Green+Blue) = 99+106+104=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 106 - color contains mainly: green. Hex color #636A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A68 is #9C9597. Grayscale: #676767. Windows color (decimal): -10261912 or 6842979. OLE color: 6842979.

HSL color Cylindrical-coordinate representation of color #636A68: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #636A68 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 106 104 -
CMYK 0.07 0 0.02 0.58
HSL 162.86º 0.03% 0.4% -
HSV(B) 162.86º 0.07% 0.42% -
XYZ 12.8 13.96 15.12 -
YUV 103.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 99 106 104 0.07 0 0.02 0.58 162.86 0.03 0.4
Hex 63 6A 68 7 0 2 3A A3 3 28
Octal 143 152 150 7 0 2 72 243 3 50
Binary 1100011 1101010 1101000 111 0 10 111010 10100011 11 101000

Color Harmonies of #636A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636A68

Black with #636A68

Text Example


Text Example

White with #636A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636A68; }

 p { color: rgb(99,106,104); }

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

background-color css

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

 a { background-color: rgb(99,106,104); }

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

border-color css

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

 span { border-color: rgb(99,106,104); }

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