Html Css Color HEX #637280 Raven

📋 copy color: '#637280'

red 99 ◦ green 114 ◦ blue 128

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

Shades of Raven #637280

Tints of Raven #637280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 29.03%
G = 33.43%
B = 37.54%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#637280 (or 0x637280) is known color: Raven. HEX triplet: 63, 72 and 80. RGB value is (99,114,128). Sum of RGB (Red+Green+Blue) = 99+114+128=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #637280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637280 is #9C8D7F. Grayscale: #6F6F6F. Windows color (decimal): -10259840 or 8417891. OLE color: 8417891.

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

Color convert

RGB 99 114 128 -
CMYK 0.23 0.11 0 0.50
HSL 208.97º 0.13% 0.45% -
HSV(B) 208.97º 0.23% 0.5% -
XYZ 15.06 16.25 22.76 -
YUV 111.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 99 114 128 0.23 0.11 0 0.50 208.97 0.13 0.45
Hex 63 72 80 17 B 0 32 D1 D 2D
Octal 143 162 200 27 13 0 62 321 15 55
Binary 1100011 1110010 10000000 10111 1011 0 110010 11010001 1101 101101

Color Harmonies of #637280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637280

Black with #637280

Text Example


Text Example

White with #637280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637280; }

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

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

background-color css

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

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

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

border-color css

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

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

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