#637384

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

Shades of Raven #637384

Tints of Raven #637384

Color information

#637384 (or 0x637384) is unknown color: approx Raven. HEX triplet: 63, 73 and 84. RGB value is (99,115,132). Sum of RGB (Red+Green+Blue) = 99+115+132=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #637384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637384 is #9C8C7B. Grayscale: #707070. Windows color (decimal): -10259580 or 8680291. OLE color: 8680291.

HSL color Cylindrical-coordinate representation of color #637384: hue angle of 210.91º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #637384 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99115132-
CMYK0.250.1300.48
HSL210.91º14.29%45.29%-
HSV(B)210.91º25%51.76%-
XYZ15.4416.5824.22-
YUV112.15139.2118.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=28.61%
G=33.24%
B=38.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991151320.250.1300.48210.9114.2945.29
Hex63738419D030d3e2d
Octal14316320431150603231655
Binary11000111110011100001001100111010110000110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637384; }

 p { color: rgb(99,115,132); }

 H1.HeaderClassName
 {
   color: #637384;
 }
 .AnyTagClassName
 {
   color: #637384;
 }
</style>
background-color css

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

 a { background-color: rgb(99,115,132); }

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

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

 span { border-color: rgb(99,115,132); }

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