Html Css Color HEX #636B7C Raven

📋 copy color: '#636B7C'

red 99 ◦ green 107 ◦ blue 124

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

Shades of Raven #636B7C

Tints of Raven #636B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

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

R = 30%
G = 32.42%
B = 37.58%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#636B7C (or 0x636B7C) is known color: Raven. HEX triplet: 63, 6B and 7C. RGB value is (99,107,124). Sum of RGB (Red+Green+Blue) = 99+107+124=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #636B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B7C is #9C9483. Grayscale: #6A6A6A. Windows color (decimal): -10261636 or 8153955. OLE color: 8153955.

HSL color Cylindrical-coordinate representation of color #636B7C: hue angle of 220.8º 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 #636B7C is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 107 124 -
CMYK 0.20 0.14 0 0.51
HSL 220.8º 0.11% 0.44% -
HSV(B) 220.8º 0.2% 0.49% -
XYZ 14.04 14.62 21.15 -
YUV 106.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 99 107 124 0.20 0.14 0 0.51 220.8 0.11 0.44
Hex 63 6B 7C 14 E 0 33 DD B 2C
Octal 143 153 174 24 16 0 63 335 13 54
Binary 1100011 1101011 1111100 10100 1110 0 110011 11011101 1011 101100

Color Harmonies of #636B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636B7C

Black with #636B7C

Text Example


Text Example

White with #636B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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