Html Css Color HEX #637080 Raven

📋 copy color: '#637080'

red 99 ◦ green 112 ◦ blue 128

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

Shades of Raven #637080

Tints of Raven #637080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 29.2%
G = 33.04%
B = 37.76%

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

#637080 (or 0x637080) is known color: Raven. HEX triplet: 63, 70 and 80. RGB value is (99,112,128). Sum of RGB (Red+Green+Blue) = 99+112+128=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #637080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637080 is #9C8F7F. Grayscale: #6D6D6D. Windows color (decimal): -10260352 or 8417379. OLE color: 8417379.

HSL color Cylindrical-coordinate representation of color #637080: hue angle of 213.1º 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 #637080 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 112 128 -
CMYK 0.23 0.12 0 0.50
HSL 213.1º 0.13% 0.45% -
HSV(B) 213.1º 0.23% 0.5% -
XYZ 14.84 15.8 22.69 -
YUV 109.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 99 112 128 0.23 0.12 0 0.50 213.1 0.13 0.45
Hex 63 70 80 17 C 0 32 D5 D 2D
Octal 143 160 200 27 14 0 62 325 15 55
Binary 1100011 1110000 10000000 10111 1100 0 110010 11010101 1101 101101

Color Harmonies of #637080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637080

Black with #637080

Text Example


Text Example

White with #637080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637080; }

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

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

background-color css

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

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

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

border-color css

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

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

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