Html Css Color HEX #63717F Raven

📋 copy color: '#63717F'

red 99 ◦ green 113 ◦ blue 127

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

Shades of Raven #63717F

Tints of Raven #63717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 29.2%
G = 33.33%
B = 37.46%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#63717F (or 0x63717F) is known color: Raven. HEX triplet: 63, 71 and 7F. RGB value is (99,113,127). Sum of RGB (Red+Green+Blue) = 99+113+127=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #63717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63717F is #9C8E80. Grayscale: #6E6E6E. Windows color (decimal): -10260097 or 8352099. OLE color: 8352099.

HSL color Cylindrical-coordinate representation of color #63717F: hue angle of 210º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63717F is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 113 127 -
CMYK 0.22 0.11 0 0.50
HSL 210º 0.12% 0.44% -
HSV(B) 210º 0.22% 0.5% -
XYZ 14.88 16 22.38 -
YUV 110.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 99 113 127 0.22 0.11 0 0.50 210 0.12 0.44
Hex 63 71 7F 16 B 0 32 D2 C 2C
Octal 143 161 177 26 13 0 62 322 14 54
Binary 1100011 1110001 1111111 10110 1011 0 110010 11010010 1100 101100

Color Harmonies of #63717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63717F

Black with #63717F

Text Example


Text Example

White with #63717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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