Html Css Color HEX #637081 Raven

📋 copy color: '#637081'

red 99 ◦ green 112 ◦ blue 129

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

Shades of Raven #637081

Tints of Raven #637081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 29.12%
G = 32.94%
B = 37.94%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#637081 (or 0x637081) is known color: Raven. HEX triplet: 63, 70 and 81. RGB value is (99,112,129). Sum of RGB (Red+Green+Blue) = 99+112+129=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #637081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637081 is #9C8F7E. Grayscale: #6D6D6D. Windows color (decimal): -10260351 or 8482915. OLE color: 8482915.

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

Color convert

RGB 99 112 129 -
CMYK 0.23 0.13 0 0.49
HSL 214º 0.13% 0.45% -
HSV(B) 214º 0.23% 0.51% -
XYZ 14.9 15.83 23.04 -
YUV 110.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 99 112 129 0.23 0.13 0 0.49 214 0.13 0.45
Hex 63 70 81 17 D 0 31 D6 D 2D
Octal 143 160 201 27 15 0 61 326 15 55
Binary 1100011 1110000 10000001 10111 1101 0 110001 11010110 1101 101101

Color Harmonies of #637081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637081

Black with #637081

Text Example


Text Example

White with #637081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637081; }

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

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

background-color css

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

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

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

border-color css

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

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

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