Html Css Color HEX #637180 Raven

📋 copy color: '#637180'

red 99 ◦ green 113 ◦ blue 128

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

Shades of Raven #637180

Tints of Raven #637180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 29.12%
G = 33.24%
B = 37.65%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#637180 (or 0x637180) is known color: Raven. HEX triplet: 63, 71 and 80. RGB value is (99,113,128). Sum of RGB (Red+Green+Blue) = 99+113+128=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #637180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637180 is #9C8E7F. Grayscale: #6E6E6E. Windows color (decimal): -10260096 or 8417635. OLE color: 8417635.

HSL color Cylindrical-coordinate representation of color #637180: hue angle of 211.03º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #637180 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 113 128 -
CMYK 0.23 0.12 0 0.50
HSL 211.03º 0.13% 0.45% -
HSV(B) 211.03º 0.23% 0.5% -
XYZ 14.95 16.02 22.73 -
YUV 110.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 99 113 128 0.23 0.12 0 0.50 211.03 0.13 0.45
Hex 63 71 80 17 C 0 32 D3 D 2D
Octal 143 161 200 27 14 0 62 323 15 55
Binary 1100011 1110001 10000000 10111 1100 0 110010 11010011 1101 101101

Color Harmonies of #637180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637180

Black with #637180

Text Example


Text Example

White with #637180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637180; }

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

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

background-color css

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

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

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

border-color css

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

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

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