#646B85

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

Shades of Waikawa Grey #646B85

Tints of Waikawa Grey #646B85

Color information

#646B85 (or 0x646B85) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6B and 85. RGB value is (100,107,133). Sum of RGB (Red+Green+Blue) = 100+107+133=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #646B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646B85 is #9B947A. Grayscale: #6B6B6B. Windows color (decimal): -10196091 or 8743780. OLE color: 8743780.

HSL color Cylindrical-coordinate representation of color #646B85: hue angle of 227.27º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646B85 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100107133-
CMYK0.250.2000.48
HSL227.27º14.16%45.69%-
HSV(B)227.27º24.81%52.16%-
XYZ14.7514.9224.29-
YUV107.87142.18122.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=29.41%
G=31.47%
B=39.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001071330.250.2000.48227.2714.1645.69
Hex646B851914030e3e2e
Octal14415320531240603431656
Binary110010011010111000010111001101000110000111000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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