Html Css Color HEX #636B72 Mid Grey

📋 copy color: '#636B72'

red 99 ◦ green 107 ◦ blue 114

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

Shades of Mid Grey #636B72

Tints of Mid Grey #636B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 30.94%
G = 33.44%
B = 35.63%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#636B72 (or 0x636B72) is known color: Mid Grey. HEX triplet: 63, 6B and 72. RGB value is (99,107,114). Sum of RGB (Red+Green+Blue) = 99+107+114=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #636B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B72 is #9C948D. Grayscale: #696969. Windows color (decimal): -10261646 or 7498595. OLE color: 7498595.

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

Color convert

RGB 99 107 114 -
CMYK 0.13 0.06 0 0.55
HSL 208º 0.07% 0.42% -
HSV(B) 208º 0.13% 0.45% -
XYZ 13.44 14.38 17.99 -
YUV 105.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 99 107 114 0.13 0.06 0 0.55 208 0.07 0.42
Hex 63 6B 72 D 6 0 37 D0 7 2A
Octal 143 153 162 15 6 0 67 320 7 52
Binary 1100011 1101011 1110010 1101 110 0 110111 11010000 111 101010

Color Harmonies of #636B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636B72

Black with #636B72

Text Example


Text Example

White with #636B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,107,114); }

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

background-color css

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

 a { background-color: rgb(99,107,114); }

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

border-color css

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

 span { border-color: rgb(99,107,114); }

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