Html Css Color HEX #636A70 Mid Grey

📋 copy color: '#636A70'

red 99 ◦ green 106 ◦ blue 112

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

Shades of Mid Grey #636A70

Tints of Mid Grey #636A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 31.23%
G = 33.44%
B = 35.33%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#636A70 (or 0x636A70) is known color: Mid Grey. HEX triplet: 63, 6A and 70. RGB value is (99,106,112). Sum of RGB (Red+Green+Blue) = 99+106+112=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 112 - color contains mainly: blue. Hex color #636A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A70 is #9C958F. Grayscale: #686868. Windows color (decimal): -10261904 or 7367267. OLE color: 7367267.

HSL color Cylindrical-coordinate representation of color #636A70: hue angle of 207.69º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #636A70 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 106 112 -
CMYK 0.12 0.05 0 0.56
HSL 207.69º 0.06% 0.41% -
HSV(B) 207.69º 0.12% 0.44% -
XYZ 13.22 14.13 17.36 -
YUV 104.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 99 106 112 0.12 0.05 0 0.56 207.69 0.06 0.41
Hex 63 6A 70 C 5 0 38 D0 6 29
Octal 143 152 160 14 5 0 70 320 6 51
Binary 1100011 1101010 1110000 1100 101 0 111000 11010000 110 101001

Color Harmonies of #636A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636A70

Black with #636A70

Text Example


Text Example

White with #636A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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