Html Css Color HEX #636F7F Raven

📋 copy color: '#636F7F'

red 99 ◦ green 111 ◦ blue 127

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

Shades of Raven #636F7F

Tints of Raven #636F7F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

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

R = 29.38%
G = 32.94%
B = 37.69%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#636F7F (or 0x636F7F) is known color: Raven. HEX triplet: 63, 6F and 7F. RGB value is (99,111,127). Sum of RGB (Red+Green+Blue) = 99+111+127=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #636F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F7F is #9C9080. Grayscale: #6D6D6D. Windows color (decimal): -10260609 or 8351587. OLE color: 8351587.

HSL color Cylindrical-coordinate representation of color #636F7F: hue angle of 214.29º 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 #636F7F is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 111 127 -
CMYK 0.22 0.13 0 0.50
HSL 214.29º 0.12% 0.44% -
HSV(B) 214.29º 0.22% 0.5% -
XYZ 14.66 15.55 22.31 -
YUV 109.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 99 111 127 0.22 0.13 0 0.50 214.29 0.12 0.44
Hex 63 6F 7F 16 D 0 32 D6 C 2C
Octal 143 157 177 26 15 0 62 326 14 54
Binary 1100011 1101111 1111111 10110 1101 0 110010 11010110 1100 101100

Color Harmonies of #636F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636F7F

Black with #636F7F

Text Example


Text Example

White with #636F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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