#646B7A

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

Shades of Raven #646B7A

Tints of Raven #646B7A

Color information

#646B7A (or 0x646B7A) is unknown color: approx Raven. HEX triplet: 64, 6B and 7A. RGB value is (100,107,122). Sum of RGB (Red+Green+Blue) = 100+107+122=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #646B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B7A is #9B9485. Grayscale: #6A6A6A. Windows color (decimal): -10196102 or 8022884. OLE color: 8022884.

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

Color convert

RGB100107122-
CMYK0.180.1200.52
HSL220.91º9.91%43.53%-
HSV(B)220.91º18.03%47.84%-
XYZ14.0314.6320.5-
YUV106.62136.68123.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=30.40%
G=32.52%
B=37.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001071220.180.1200.52220.919.9143.53
Hex646B7A12C034dda2c
Octal14415317222140643351254
Binary1100100110101111110101001011000110100110111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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