#646F8F

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

Shades of Waikawa Grey #646F8F

Tints of Waikawa Grey #646F8F

Color information

#646F8F (or 0x646F8F) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6F and 8F. RGB value is (100,111,143). Sum of RGB (Red+Green+Blue) = 100+111+143=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #646F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646F8F is #9B9070. Grayscale: #6F6F6F. Windows color (decimal): -10195057 or 9400164. OLE color: 9400164.

HSL color Cylindrical-coordinate representation of color #646F8F: hue angle of 224.65º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646F8F is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100111143-
CMYK0.300.2200.44
HSL224.65º17.7%47.65%-
HSV(B)224.65º30.07%56.08%-
XYZ15.916.0628.25-
YUV111.36145.86119.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=28.25%
G=31.36%
B=40.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001111430.300.2200.44224.6517.747.65
Hex646F8F1E1602Ce11230
Octal14415721736260543412260
Binary1100100110111110001111111101011001011001110000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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