Html Css Color HEX #636D7C Raven

📋 copy color: '#636D7C'

red 99 ◦ green 109 ◦ blue 124

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

Shades of Raven #636D7C

Tints of Raven #636D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 29.82%
G = 32.83%
B = 37.35%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#636D7C (or 0x636D7C) is known color: Raven. HEX triplet: 63, 6D and 7C. RGB value is (99,109,124). Sum of RGB (Red+Green+Blue) = 99+109+124=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #636D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636D7C is #9C9283. Grayscale: #6B6B6B. Windows color (decimal): -10261124 or 8154467. OLE color: 8154467.

HSL color Cylindrical-coordinate representation of color #636D7C: hue angle of 216º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #636D7C is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 109 124 -
CMYK 0.20 0.12 0 0.51
HSL 216º 0.11% 0.44% -
HSV(B) 216º 0.2% 0.49% -
XYZ 14.25 15.05 21.22 -
YUV 107.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 99 109 124 0.20 0.12 0 0.51 216 0.11 0.44
Hex 63 6D 7C 14 C 0 33 D8 B 2C
Octal 143 155 174 24 14 0 63 330 13 54
Binary 1100011 1101101 1111100 10100 1100 0 110011 11011000 1011 101100

Color Harmonies of #636D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636D7C

Black with #636D7C

Text Example


Text Example

White with #636D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,109,124); }

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

background-color css

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

 a { background-color: rgb(99,109,124); }

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

border-color css

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

 span { border-color: rgb(99,109,124); }

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