#646B8B

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

Shades of Waikawa Grey #646B8B

Tints of Waikawa Grey #646B8B

Color information

#646B8B (or 0x646B8B) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6B and 8B. RGB value is (100,107,139). Sum of RGB (Red+Green+Blue) = 100+107+139=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #646B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646B8B is #9B9474. Grayscale: #6C6C6C. Windows color (decimal): -10196085 or 9136996. OLE color: 9136996.

HSL color Cylindrical-coordinate representation of color #646B8B: hue angle of 229.23º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646B8B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100107139-
CMYK0.280.2300.45
HSL229.23º16.32%46.86%-
HSV(B)229.23º28.06%54.51%-
XYZ15.1715.0926.54-
YUV108.56145.18121.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=28.90%
G=30.92%
B=40.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001071390.280.2300.45229.2316.3246.86
Hex646B8B1C1702De5102f
Octal14415321334270553452057
Binary1100100110101110001011111001011101011011110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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