#646B7B

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

Shades of Raven #646B7B

Tints of Raven #646B7B

Color information

#646B7B (or 0x646B7B) is unknown color: approx Raven. HEX triplet: 64, 6B and 7B. RGB value is (100,107,123). Sum of RGB (Red+Green+Blue) = 100+107+123=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #646B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B7B is #9B9484. Grayscale: #6A6A6A. Windows color (decimal): -10196101 or 8088420. OLE color: 8088420.

HSL color Cylindrical-coordinate representation of color #646B7B: hue angle of 221.74º 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 #646B7B is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB100107123-
CMYK0.190.1300.52
HSL221.74º10.31%43.73%-
HSV(B)221.74º18.7%48.24%-
XYZ14.0914.6520.83-
YUV106.73137.18123.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=30.30%
G=32.42%
B=37.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001071230.190.1300.52221.7410.3143.73
Hex646B7B13D034dea2c
Octal14415317323150643361254
Binary1100100110101111110111001111010110100110111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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