Html Css Color HEX #636C74 Mid Grey

📋 copy color: '#636C74'

red 99 ◦ green 108 ◦ blue 116

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

Shades of Mid Grey #636C74

Tints of Mid Grey #636C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 30.65%
G = 33.44%
B = 35.91%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#636C74 (or 0x636C74) is known color: Mid Grey. HEX triplet: 63, 6C and 74. RGB value is (99,108,116). Sum of RGB (Red+Green+Blue) = 99+108+116=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 116 - color contains mainly: blue. Hex color #636C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C74 is #9C938B. Grayscale: #6A6A6A. Windows color (decimal): -10261388 or 7629923. OLE color: 7629923.

HSL color Cylindrical-coordinate representation of color #636C74: hue angle of 208.24º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636C74 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 108 116 -
CMYK 0.15 0.07 0 0.55
HSL 208.24º 0.08% 0.42% -
HSV(B) 208.24º 0.15% 0.45% -
XYZ 13.66 14.64 18.63 -
YUV 106.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 99 108 116 0.15 0.07 0 0.55 208.24 0.08 0.42
Hex 63 6C 74 F 7 0 37 D0 8 2A
Octal 143 154 164 17 7 0 67 320 10 52
Binary 1100011 1101100 1110100 1111 111 0 110111 11010000 1000 101010

Color Harmonies of #636C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636C74

Black with #636C74

Text Example


Text Example

White with #636C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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