#63697D

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

Shades of Raven #63697D

Tints of Raven #63697D

Color information

#63697D (or 0x63697D) is unknown color: approx Raven. HEX triplet: 63, 69 and 7D. RGB value is (99,105,125). Sum of RGB (Red+Green+Blue) = 99+105+125=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #63697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63697D is #9C9682. Grayscale: #696969. Windows color (decimal): -10262147 or 8218979. OLE color: 8218979.

HSL color Cylindrical-coordinate representation of color #63697D: hue angle of 226.15º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63697D is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB99105125-
CMYK0.210.1600.51
HSL226.15º11.61%43.92%-
HSV(B)226.15º20.8%49.02%-
XYZ13.914.2421.42-
YUV105.49139.01123.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=30.09%
G=31.91%
B=37.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991051250.210.1600.51226.1511.6143.92
Hex63697D1510033e2c2c
Octal14315117525200633421454
Binary11000111101001111110110101100000110011111000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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