#646F7B

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

Shades of Raven #646F7B

Tints of Raven #646F7B

Color information

#646F7B (or 0x646F7B) is unknown color: approx Raven. HEX triplet: 64, 6F and 7B. RGB value is (100,111,123). Sum of RGB (Red+Green+Blue) = 100+111+123=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #646F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F7B is #9B9084. Grayscale: #6D6D6D. Windows color (decimal): -10195077 or 8089444. OLE color: 8089444.

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

Color convert

RGB100111123-
CMYK0.190.1000.52
HSL211.3º10.31%43.73%-
HSV(B)211.3º18.7%48.24%-
XYZ14.5215.5120.97-
YUV109.08135.86121.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=29.94%
G=33.23%
B=36.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001111230.190.1000.52211.310.3143.73
Hex646F7B13A034d3a2c
Octal14415717323120643231254
Binary1100100110111111110111001110100110100110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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