Html Css Color HEX #60636C Bright Grey

📋 copy color: '#60636C'

red 96 ◦ green 99 ◦ blue 108

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

Shades of Bright Grey #60636C

Tints of Bright Grey #60636C

RGB

 RED value IS 96 (37.89% from 255) = 31.68%

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 31.68%
G = 32.67%
B = 35.64%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60636C (or 0x60636C) is known color: Bright Grey. HEX triplet: 60, 63 and 6C. RGB value is (96,99,108). Sum of RGB (Red+Green+Blue) = 96+99+108=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 108 - color contains mainly: blue. Hex color #60636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60636C is #9F9C93. Grayscale: #636363. Windows color (decimal): -10460308 or 7103328. OLE color: 7103328.

HSL color Cylindrical-coordinate representation of color #60636C: hue angle of 225º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #60636C is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 99 108 -
CMYK 0.11 0.08 0 0.58
HSL 225º 0.06% 0.4% -
HSV(B) 225º 0.11% 0.42% -
XYZ 11.99 12.49 15.97 -
YUV 99.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 96 99 108 0.11 0.08 0 0.58 225 0.06 0.4
Hex 60 63 6C B 8 0 3A E1 6 28
Octal 140 143 154 13 10 0 72 341 6 50
Binary 1100000 1100011 1101100 1011 1000 0 111010 11100001 110 101000

Color Harmonies of #60636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60636C

Black with #60636C

Text Example


Text Example

White with #60636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60636C; }

 p { color: rgb(96,99,108); }

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

background-color css

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

 a { background-color: rgb(96,99,108); }

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

border-color css

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

 span { border-color: rgb(96,99,108); }

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