#63697B

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

Shades of Raven #63697B

Tints of Raven #63697B

Color information

#63697B (or 0x63697B) is unknown color: approx Raven. HEX triplet: 63, 69 and 7B. RGB value is (99,105,123). Sum of RGB (Red+Green+Blue) = 99+105+123=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #63697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63697B is #9C9684. Grayscale: #696969. Windows color (decimal): -10262149 or 8087907. OLE color: 8087907.

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

Color convert

RGB99105123-
CMYK0.200.1500.52
HSL225º10.81%43.53%-
HSV(B)225º19.51%48.24%-
XYZ13.7714.1920.75-
YUV105.26138.01123.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=30.28%
G=32.11%
B=37.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal991051230.200.1500.5222510.8143.53
Hex63697B14F034e1b2c
Octal14315117324170643411354
Binary1100011110100111110111010011110110100111000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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