#637082

Color #637082 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #637082

Tints of Raven #637082

Color information

#637082 (or 0x637082) is unknown color: approx 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

RGB99112130-
CMYK0.240.1400.49
HSL214.84º13.54%44.9%-
HSV(B)214.84º23.85%50.98%-
XYZ14.9715.8523.39-
YUV110.16139.19120.04-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991121300.240.1400.49214.8413.5444.9
Hex63708218E031d7e2d
Octal14316020230160613271655
Binary11000111110000100000101100011100110001110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>