#63697C

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

Shades of Raven #63697C

Tints of Raven #63697C

Color information

#63697C (or 0x63697C) is unknown color: approx Raven. HEX triplet: 63, 69 and 7C. RGB value is (99,105,124). Sum of RGB (Red+Green+Blue) = 99+105+124=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #63697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63697C is #9C9683. Grayscale: #696969. Windows color (decimal): -10262148 or 8153443. OLE color: 8153443.

HSL color Cylindrical-coordinate representation of color #63697C: hue angle of 225.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63697C is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB99105124-
CMYK0.200.1500.51
HSL225.6º11.21%43.73%-
HSV(B)225.6º20.16%48.63%-
XYZ13.8414.2121.08-
YUV105.37138.51123.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=30.18%
G=32.01%
B=37.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991051240.200.1500.51225.611.2143.73
Hex63697C14F033e2b2c
Octal14315117424170633421354
Binary1100011110100111111001010011110110011111000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63697C; }

 p { color: rgb(99,105,124); }

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

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

 a { background-color: rgb(99,105,124); }

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

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

 span { border-color: rgb(99,105,124); }

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