Html Css Color HEX #637281 Raven

📋 copy color: '#637281'

red 99 ◦ green 114 ◦ blue 129

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

Shades of Raven #637281

Tints of Raven #637281

RGB

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

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

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

R = 28.95%
G = 33.33%
B = 37.72%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#637281 (or 0x637281) is known color: Raven. HEX triplet: 63, 72 and 81. RGB value is (99,114,129). Sum of RGB (Red+Green+Blue) = 99+114+129=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #637281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637281 is #9C8D7E. Grayscale: #6F6F6F. Windows color (decimal): -10259839 or 8483427. OLE color: 8483427.

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

Color convert

RGB 99 114 129 -
CMYK 0.23 0.12 0 0.49
HSL 210º 0.13% 0.45% -
HSV(B) 210º 0.23% 0.51% -
XYZ 15.13 16.27 23.11 -
YUV 111.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 99 114 129 0.23 0.12 0 0.49 210 0.13 0.45
Hex 63 72 81 17 C 0 31 D2 D 2D
Octal 143 162 201 27 14 0 61 322 15 55
Binary 1100011 1110010 10000001 10111 1100 0 110001 11010010 1101 101101

Color Harmonies of #637281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637281

Black with #637281

Text Example


Text Example

White with #637281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637281; }

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

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

background-color css

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

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

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

border-color css

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

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

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