#63707E

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

Shades of Raven #63707E

Tints of Raven #63707E

Color information

#63707E (or 0x63707E) is unknown color: approx Raven. HEX triplet: 63, 70 and 7E. RGB value is (99,112,126). Sum of RGB (Red+Green+Blue) = 99+112+126=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 126 - color contains mainly: blue. Hex color #63707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63707E is #9C8F81. Grayscale: #6D6D6D. Windows color (decimal): -10260354 or 8286307. OLE color: 8286307.

HSL color Cylindrical-coordinate representation of color #63707E: hue angle of 211.11º 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 #63707E is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB99112126-
CMYK0.210.1100.51
HSL211.11º12%44.12%-
HSV(B)211.11º21.43%49.41%-
XYZ14.7115.7522-
YUV109.71137.19120.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=29.38%
G=33.23%
B=37.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991121260.210.1100.51211.111244.12
Hex63707E15B033d3c2c
Octal14316017625130633231454
Binary1100011111000011111101010110110110011110100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63707E; }

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

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

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

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

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

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

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

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