#646B8E

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

Shades of Waikawa Grey #646B8E

Tints of Waikawa Grey #646B8E

Color information

#646B8E (or 0x646B8E) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6B and 8E. RGB value is (100,107,142). Sum of RGB (Red+Green+Blue) = 100+107+142=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #646B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646B8E is #9B9471. Grayscale: #6C6C6C. Windows color (decimal): -10196082 or 9333604. OLE color: 9333604.

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

Color convert

RGB100107142-
CMYK0.300.2500.44
HSL230º17.36%47.45%-
HSV(B)230º29.58%55.69%-
XYZ15.415.1827.71-
YUV108.9146.68121.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=28.65%
G=30.66%
B=40.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001071420.300.2500.4423017.3647.45
Hex646B8E1E1902Ce6112f
Octal14415321636310543462157
Binary1100100110101110001110111101100101011001110011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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