Html Css Color HEX #637082 Raven

📋 copy color: '#637082'

red 99 ◦ green 112 ◦ blue 130

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

Shades of Raven #637082

Tints of Raven #637082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 29.03%
G = 32.84%
B = 38.12%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#637082 (or 0x637082) is known color: Raven. HEX triplet: 63, 70 and 82. RGB value is (99,112,130). Sum of RGB (Red+Green+Blue) = 99+112+130=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #637082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637082 is #9C8F7D. Grayscale: #6E6E6E. Windows color (decimal): -10260350 or 8548451. OLE color: 8548451.

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

Color convert

RGB 99 112 130 -
CMYK 0.24 0.14 0 0.49
HSL 214.84º 0.14% 0.45% -
HSV(B) 214.84º 0.24% 0.51% -
XYZ 14.97 15.85 23.39 -
YUV 110.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 99 112 130 0.24 0.14 0 0.49 214.84 0.14 0.45
Hex 63 70 82 18 E 0 31 D7 E 2D
Octal 143 160 202 30 16 0 61 327 16 55
Binary 1100011 1110000 10000010 11000 1110 0 110001 11010111 1110 101101

Color Harmonies of #637082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637082

Black with #637082

Text Example


Text Example

White with #637082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637082; }

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

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

background-color css

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

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

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

border-color css

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

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

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