#646F8B

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

Shades of Waikawa Grey #646F8B

Tints of Waikawa Grey #646F8B

Color information

#646F8B (or 0x646F8B) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6F and 8B. RGB value is (100,111,139). Sum of RGB (Red+Green+Blue) = 100+111+139=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #646F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646F8B is #9B9074. Grayscale: #6E6E6E. Windows color (decimal): -10195061 or 9138020. OLE color: 9138020.

HSL color Cylindrical-coordinate representation of color #646F8B: hue angle of 223.08º 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 #646F8B is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100111139-
CMYK0.280.2000.45
HSL223.08º16.32%46.86%-
HSV(B)223.08º28.06%54.51%-
XYZ15.615.9426.68-
YUV110.9143.86120.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=28.57%
G=31.71%
B=39.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001111390.280.2000.45223.0816.3246.86
Hex646F8B1C1402Ddf102f
Octal14415721334240553372057
Binary1100100110111110001011111001010001011011101111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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