#646A7B

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

Shades of Raven #646A7B

Tints of Raven #646A7B

Color information

#646A7B (or 0x646A7B) is unknown color: approx Raven. HEX triplet: 64, 6A and 7B. RGB value is (100,106,123). Sum of RGB (Red+Green+Blue) = 100+106+123=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #646A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A7B is #9B9584. Grayscale: #6A6A6A. Windows color (decimal): -10196357 or 8088164. OLE color: 8088164.

HSL color Cylindrical-coordinate representation of color #646A7B: hue angle of 224.35º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646A7B is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB100106123-
CMYK0.190.1400.52
HSL224.35º10.31%43.73%-
HSV(B)224.35º18.7%48.24%-
XYZ13.9814.4520.79-
YUV106.14137.51123.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=30.40%
G=32.22%
B=37.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001061230.190.1400.52224.3510.3143.73
Hex646A7B13E034e0a2c
Octal14415217323160643401254
Binary1100100110101011110111001111100110100111000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646A7B; }

 p { color: rgb(100,106,123); }

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

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

 a { background-color: rgb(100,106,123); }

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

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

 span { border-color: rgb(100,106,123); }

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