Html Css Color HEX #63707B Mid Grey

📋 copy color: '#63707B'

red 99 ◦ green 112 ◦ blue 123

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

Shades of Mid Grey #63707B

Tints of Mid Grey #63707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 29.64%
G = 33.53%
B = 36.83%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#63707B (or 0x63707B) is known color: Mid Grey. HEX triplet: 63, 70 and 7B. RGB value is (99,112,123). Sum of RGB (Red+Green+Blue) = 99+112+123=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #63707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63707B is #9C8F84. Grayscale: #6D6D6D. Windows color (decimal): -10260357 or 8089699. OLE color: 8089699.

HSL color Cylindrical-coordinate representation of color #63707B: hue angle of 207.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63707B is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 112 123 -
CMYK 0.20 0.09 0 0.52
HSL 207.5º 0.11% 0.44% -
HSV(B) 207.5º 0.2% 0.48% -
XYZ 14.51 15.67 21 -
YUV 109.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 99 112 123 0.20 0.09 0 0.52 207.5 0.11 0.44
Hex 63 70 7B 14 9 0 34 D0 B 2C
Octal 143 160 173 24 11 0 64 320 13 54
Binary 1100011 1110000 1111011 10100 1001 0 110100 11010000 1011 101100

Color Harmonies of #63707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63707B

Black with #63707B

Text Example


Text Example

White with #63707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63707B; }

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

 H1.HeaderClassName
 {
   color: #63707B;
 }
 .AnyTagClassName
 {
   color: #63707B;
 }
</style>

background-color css

<style>
 a { background-color: #63707B; }

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

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

border-color css

<style>
 span { border-color: #63707B; }

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

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