Html Css Color HEX #63717D Raven

📋 copy color: '#63717D'

red 99 ◦ green 113 ◦ blue 125

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

Shades of Raven #63717D

Tints of Raven #63717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 29.38%
G = 33.53%
B = 37.09%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#63717D (or 0x63717D) is known color: Raven. HEX triplet: 63, 71 and 7D. RGB value is (99,113,125). Sum of RGB (Red+Green+Blue) = 99+113+125=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #63717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63717D is #9C8E82. Grayscale: #6E6E6E. Windows color (decimal): -10260099 or 8221027. OLE color: 8221027.

HSL color Cylindrical-coordinate representation of color #63717D: hue angle of 207.69º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63717D is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 113 125 -
CMYK 0.21 0.10 0 0.51
HSL 207.69º 0.12% 0.44% -
HSV(B) 207.69º 0.21% 0.49% -
XYZ 14.75 15.94 21.7 -
YUV 110.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 99 113 125 0.21 0.10 0 0.51 207.69 0.12 0.44
Hex 63 71 7D 15 A 0 33 D0 C 2C
Octal 143 161 175 25 12 0 63 320 14 54
Binary 1100011 1110001 1111101 10101 1010 0 110011 11010000 1100 101100

Color Harmonies of #63717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63717D

Black with #63717D

Text Example


Text Example

White with #63717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63717D; }

 p { color: rgb(99,113,125); }

 H1.HeaderClassName
 {
   color: #63717D;
 }
 .AnyTagClassName
 {
   color: #63717D;
 }
</style>

background-color css

<style>
 a { background-color: #63717D; }

 a { background-color: rgb(99,113,125); }

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

border-color css

<style>
 span { border-color: #63717D; }

 span { border-color: rgb(99,113,125); }

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