#646E83

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

Shades of Waikawa Grey #646E83

Tints of Waikawa Grey #646E83

Color information

#646E83 (or 0x646E83) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6E and 83. RGB value is (100,110,131). Sum of RGB (Red+Green+Blue) = 100+110+131=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #646E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E83 is #9B917C. Grayscale: #6D6D6D. Windows color (decimal): -10195325 or 8613476. OLE color: 8613476.

HSL color Cylindrical-coordinate representation of color #646E83: hue angle of 220.65º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #646E83 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100110131-
CMYK0.240.1600.49
HSL220.65º13.42%45.29%-
HSV(B)220.65º23.66%51.37%-
XYZ14.9315.523.68-
YUV109.4140.19121.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=29.33%
G=32.26%
B=38.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001101310.240.1600.49220.6513.4245.29
Hex646E831810031ddd2d
Octal14415620330200613351555
Binary110010011011101000001111000100000110001110111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,110,131); }

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

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

 a { background-color: rgb(100,110,131); }

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

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

 span { border-color: rgb(100,110,131); }

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