#637084

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

Shades of Raven #637084

Tints of Raven #637084

Color information

#637084 (or 0x637084) is unknown color: approx Raven. HEX triplet: 63, 70 and 84. RGB value is (99,112,132). Sum of RGB (Red+Green+Blue) = 99+112+132=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #637084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637084 is #9C8F7B. Grayscale: #6E6E6E. Windows color (decimal): -10260348 or 8679523. OLE color: 8679523.

HSL color Cylindrical-coordinate representation of color #637084: hue angle of 216.36º 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 #637084 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99112132-
CMYK0.250.1500.48
HSL216.36º14.29%45.29%-
HSV(B)216.36º25%51.76%-
XYZ15.115.9124.1-
YUV110.39140.19119.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=28.86%
G=32.65%
B=38.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991121320.250.1500.48216.3614.2945.29
Hex63708419F030d8e2d
Octal14316020431170603301655
Binary11000111110000100001001100111110110000110110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637084; }

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

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

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

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

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

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

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

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