Html Css Color HEX #637382 Raven

📋 copy color: '#637382'

red 99 ◦ green 115 ◦ blue 130

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

Shades of Raven #637382

Tints of Raven #637382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 28.78%
G = 33.43%
B = 37.79%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#637382 (or 0x637382) is known color: Raven. HEX triplet: 63, 73 and 82. RGB value is (99,115,130). Sum of RGB (Red+Green+Blue) = 99+115+130=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #637382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637382 is #9C8C7D. Grayscale: #6F6F6F. Windows color (decimal): -10259582 or 8549219. OLE color: 8549219.

HSL color Cylindrical-coordinate representation of color #637382: hue angle of 209.03º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #637382 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 115 130 -
CMYK 0.24 0.12 0 0.49
HSL 209.03º 0.14% 0.45% -
HSV(B) 209.03º 0.24% 0.51% -
XYZ 15.31 16.53 23.5 -
YUV 111.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 99 115 130 0.24 0.12 0 0.49 209.03 0.14 0.45
Hex 63 73 82 18 C 0 31 D1 E 2D
Octal 143 163 202 30 14 0 61 321 16 55
Binary 1100011 1110011 10000010 11000 1100 0 110001 11010001 1110 101101

Color Harmonies of #637382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637382

Black with #637382

Text Example


Text Example

White with #637382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637382; }

 p { color: rgb(99,115,130); }

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

background-color css

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

 a { background-color: rgb(99,115,130); }

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

border-color css

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

 span { border-color: rgb(99,115,130); }

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